What boolean operators can be used in JavaScript?



What boolean operators can be used in JavaScript?..

Answer / Rajnish Anand

In JavaScript, the following boolean operators can be used: 1) ! (not), 2) && (and), and 3) || (or).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Define anonymous function.

1 Answers  


Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..

1 Answers   QuinStreet,


How to get value from dropdown (select) control?

1 Answers  


What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);

1 Answers  


What is the role of a strict mode in javascript?

1 Answers  


What is an external javascript?

1 Answers  


How to test a string as a literal and as an object ?

1 Answers  


Where do you write javascript?

1 Answers  


How to find radio button selection when a form is submitted?

1 Answers  


Is JavaScript case sensitive? Give an example?

1 Answers  


How do I start a javascript project?

1 Answers  


How can a value be appended to an array?

1 Answers  


Categories