What boolean operators does JavaScript support?

Answers were Sorted based on User's Feedback



What boolean operators does JavaScript support?..

Answer / kmbkrishnan

&&, || and !

Is This Answer Correct ?    22 Yes 1 No

What boolean operators does JavaScript support?..

Answer / vikram rana

YES he has like &&, || and ! this opretor existing in java
scrept.

Is This Answer Correct ?    13 Yes 1 No

What boolean operators does JavaScript support?..

Answer / 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

What boolean operators does JavaScript support?..

Answer / rofique

AND-:&& NOT-:! OR-:|| PARENTHESIS-:()

Is This Answer Correct ?    5 Yes 2 No

What boolean operators does JavaScript support?..

Answer / shveta

isNan() is not an operator but a function.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More JavaScript Interview Questions

what is the difference between let, var, and const?

0 Answers  


What are javascript properties?

0 Answers  


Name some of the ways in which Type Conversion is possible?

0 Answers  


What is prototype in javascript and how do you use it?

0 Answers  


How to calculate fibonacci numbers in javascript?

0 Answers  


What is the difference between let and var?

0 Answers  


What is lazy loading in javascript?

0 Answers  


Name some of the JavaScript features?

0 Answers  


Difference between Pure functions Vs. Impure functions in javascript?

0 Answers  


What is javascript? List some data types supported by javascript?

0 Answers  


Is there an ide for javascript?

0 Answers  


What is a Promise in JavaScript?

1 Answers  


Categories