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 does "1"+2+3 evaluate to?

0 Answers  


What is enum data type?

0 Answers  


How to create the namespace in javascript?

0 Answers  


What are the four basic data structures in javascript?

0 Answers  


What would be the result of 3+2+”7″?

0 Answers  






What are the basic groups of dataypes in JavaScript?

0 Answers  


How to create multiline strings in javascript?

0 Answers  


What is undefined in math?

0 Answers  


Why would you use a sticky session?

0 Answers  


Explain unescape() and escape() in javascript?

0 Answers  


what is the need of javascript in the internet

1 Answers  


Can you access Cookie using javascript?

0 Answers  


Categories