What boolean operators does JavaScript support?

Answer Posted / nishil aryaan

i DONT THINK && ! || ARE BOOLEAN OPERATORS...
IN MY CONCEPTS ISNAN() CAN BE CALLED AS BOOLEAN

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is it called javascript?

483


What is difference between module.exports and export?

440


Name some of the JavaScript features?

564


What is shift() method in javascript?

497


How do I open javascript in browser?

458






How can the os of the client machine be detected?

492


How to select an element by id and swapping an image?

480


How to write normal text code using JavaScript dynamically?

508


What is the need of javascript?

490


Difference between Pure functions Vs. Impure functions in javascript?

485


Is javascript free to use?

495


What is namespacing in javascript and how is it used?

474


What is the use of a set object in javascript?

494


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

2009


Why is currying called currying?

459