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

Is javascript object a hash table?

0 Answers  


How to replace all occurrences of a string in JavaScript?

0 Answers  


How to get inner html of an element in javascript?

0 Answers  


What are self invoking functions?

0 Answers  


How to get value from dropdown (select) control?

0 Answers  






How to create arrays in javascript?

0 Answers  


What is s+ in regex?

0 Answers  


How do you add an element at the end of an array?

0 Answers  


Can you assign an anonymous function to a variable and pass it as an argument to another function?

0 Answers  


What is the method for reading and writing a file in javascript?

0 Answers  


List some of the disadvantages of javascript.

0 Answers  


What are the different functional component in javascript?

0 Answers  


Categories