11.
JavaScript Code can be called by using

12.
The type of a variable that is volatile is

13.
A hexadecimal literal begins with

14.
The generalised syntax for a real number representation is

15.
When there is an indefinite or an infinity value during an arithmetic value computation, javascript

16.
Which of the following is not considered as an error in JavaScript?

17.
The escape sequence ‘f’ stands for

18.
The snippet that has to be used to check if “a” is not equal to “null” is

19.
The statement a===b refers to

20.
Assume that we have to convert “false” that is a non-string to string. The command that we use is (without invoking the “new” operator)