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 |
Define anonymous function.
Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same..
How to get value from dropdown (select) control?
What will be the output of the code below? var Y = 1; if (function F(){}) { y += Typeof F;</span> } console.log(y);
What is the role of a strict mode in javascript?
What is an external javascript?
How to test a string as a literal and as an object ?
Where do you write javascript?
How to find radio button selection when a form is submitted?
Is JavaScript case sensitive? Give an example?
How do I start a javascript project?
How can a value be appended to an array?