Vidyalelo
JavaScript · all questions

Basic And Variables
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

83

Questions

4/5

Page

Pick an option on a question to see the right answer and solution.

JavaScript is ______ Side Scripting Language.

Select an option to see the answer and solution.

JavaScript is designed for following purpose

Select an option to see the answer and solution.

JavaScript Code is written inside file having extension __________.

Select an option to see the answer and solution.

Local Browser used for validations on the Web Pages uses __________.

Select an option to see the answer and solution.

We can embed JS code inside HTML directly ?

Select an option to see the answer and solution.

JavaScript Code can be called by using _________.

Select an option to see the answer and solution.

JS code included inside head section is loaded before loading page.

Select an option to see the answer and solution.

It is good to include JS code inside footer section in order to speed up the Page loading time of Webpage.

Select an option to see the answer and solution.

Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)

Select an option to see the answer and solution.

Which was the first browser to support JavaScript ?

Select an option to see the answer and solution.

JavaScript is invented by ________.

Select an option to see the answer and solution.

JavaScript was invented at _______ Lab.

Select an option to see the answer and solution.

Variable can hold ________ value at a time.

Select an option to see the answer and solution.

Integer Variable is declared using following syntax in JavaScript.

Select an option to see the answer and solution.

Integer Variable is declared using following syntax in JavaScript.

Select an option to see the answer and solution.

We can declare ___________ at a time. Select most appropriate option.

Select an option to see the answer and solution.

Spaces,Punctuation marks are called as __________ Symbols in JavaScript.

Select an option to see the answer and solution.

Java Script Variable should be Case ___________.

Select an option to see the answer and solution.

Initialization of variable can be done by writing _____ operator in between variable name and operand value.

Select an option to see the answer and solution.

Multiple Declarations of variables are separated by ___________ symbol.

Select an option to see the answer and solution.