Basic And Variables MCQs
Practice Basic And Variables MCQs for competitive exams.
Basic And Variables MCQs
Practice questions from this topic.
Local Variables are destroyed after execution of function.
Correct Answer: A
Variable declared inside JavaScript Function will be called as ____________.
Correct Answer: A
Underscore can be used as first letter while declaring variable in JavaScript.
Correct Answer: A
Multiple Declarations of variables are separated by ___________ symbol.
Correct Answer: A
Initialization of variable can be done by writing _____ operator in between variable name and operand value.
Correct Answer: B
Java Script Variable should be Case ___________.
Correct Answer: B
Spaces,Punctuation marks are called as __________ Symbols in JavaScript.
Correct Answer: D
We can declare ___________ at a time. Select most appropriate option.
Correct Answer: A
Integer Variable is declared using following syntax in JavaScript.
Correct Answer: C
Variable can hold ________ value at a time.
Correct Answer: B
JavaScript was invented at _______ Lab.
Correct Answer: D
JavaScript is invented by ________.
Correct Answer: C
