What are the boolean operators supported by javascript? And operator: &&



What are the boolean operators supported by javascript? And operator: &&..

Answer / Arpit Singh

The boolean operators supported by JavaScript are:
1. Logical NOT (!)
2. Logical AND (&&)
3. Logical OR (||)
4. Logical XOR (!=)
5. Logical equivalence (==)
6. Inequality (!=)
7. Greater than (>)
8. Less than (<)
9. Greater than or equal to (>=)n10. Less than or equal to (<=).nThe 'AND' operator (&&) in JavaScript returns true only if both expressions are true.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What are screen objects?

1 Answers  


Explain window.onload and ondocumentready?

1 Answers  


Explain the different types of pop-up boxes you can create in JavaScript.

1 Answers  


How can an HTMLCollection be traversed?

1 Answers  


Can you call a Java Applet using a JavaScript function?

2 Answers   HCL, Satyam,


20 Functions of Selenium with description and Examples.

1 Answers  


Explain the difference between javascript and an asp script.

1 Answers  


Describe the properties of an anonymous function in JavaScript?

1 Answers  


What data types are supported in Javascript?

1 Answers  


How do I enable javascript on google?

1 Answers  


What is callback in javascript?

1 Answers  


what is eval pls breif information send me

1 Answers  


Categories