Variables MCQ Questions and Answers
Home | Javascript | VariablesJavascript Variables MCQ Questions and Answers : We provide quiz questions on Javascript Variables where you can learn lots of objective questions with answers and you can also download pdf of javascript.
1) The type of a variable that is volatile is
2) When there is an indefinite or an infinity value during an arithmetic value computation, javascript
Prints an exception error
Prints an overflow error
Displays “Infinity”
Prints the value as such
Answer : C Discuss
3) Integer Variable is declared using following syntax in JavaScript.
4) We can declare ___________ at a time. Select most appropriate option.
5) Java Script Variable should be Case ___________.
6) Multiple Declarations of variables are separated by ___________ symbol.