Q.1
Java Script Variable should be Case ___________.
Q.2
Which attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
Q.3
Integer Variable is declared using following syntax in JavaScript.
Q.4
Integer Variable is declared using following syntax in JavaScript.
Q.5
Underscore can be used as first letter while declaring variable in JavaScript.
Q.6
Variable declared inside JavaScript Function will be called as ____________.
Q.7
Local Variables are destroyed after execution of function.
Q.8
JavaScript is invented by ________.
Q.9
JavaScript was invented at _______ Lab.
Q.10
Variable can hold ________ value at a time.
Q.11
JavaScript Code can be called by using _________.
Q.12
JS code included inside head section is loaded before loading page.
Q.13
It is good to include JS code inside footer section in order to speed up the Page loading time of Webpage.
Q.14
Which was the first browser to support JavaScript ?
Q.15
JavaScript is ______ Side Scripting Language.
Q.16
JavaScript is designed for following purpose
Q.17
Consider the following code snippet
function f() {};
The above prototype represents a
Q.18
The purpose of extensible attribute is to
Q.19
Identify the process done in the below code snippet
o = {x:1, y:{z:[false,null,""]}}; 
s = JSON.stringify(o); 
p = JSON.parse(s);
Q.20
The basic purpose of the toLocaleString() is to
0 h : 0 m : 1 s