How to write an if condition in JavaScript?
if a = 2 then
if a = 2
if a == 2 else
if (a == 2)
Correct Answer : D
Which of these parameters is not valid?
Which of the following is not a property of window object?
To know the identifier of the user’s OS, we use ______?