Question 1
Which of the following statements is correct regarding javascript language?
The equality operator “==” is used to avoid coercion in the language.
A variable declared using the keyword “var” can be used anywhere in the program.
The keyword “break” is used to terminate the execution of the program in the language.
None of these
