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 |
What are screen objects?
Explain window.onload and ondocumentready?
Explain the different types of pop-up boxes you can create in JavaScript.
How can an HTMLCollection be traversed?
Can you call a Java Applet using a JavaScript function?
20 Functions of Selenium with description and Examples.
Explain the difference between javascript and an asp script.
Describe the properties of an anonymous function in JavaScript?
What data types are supported in Javascript?
How do I enable javascript on google?
What is callback in javascript?
what is eval pls breif information send me