JavaScript is a ___________ typed language.
tightly
loosely
Is it possible to nest functions in JavaScript?
Yes
No
Scripting language is:
High Level Programming language
Assembly Level programming language
Machine level programming language
Are Java and JavaScript the same?
What is meant by "this" keyword in JavaScript?
It refers to current object
It refers to previous object
It is variable which contains value
Math. round(-20.51) = ?
20
-21
19
None
_________ keyword is used to declare variables in javascript.
Var
Dim
String
If x=103 & y=9 then x%=y , what is the value of x after executing x%=y?
4
3
2
5
Which of the following properties hold the values of the pixels of the length of the width and height of the viewer's screen resolution?
screen.width and screen.height
Resolution.width and Resolution.height
screen.pixels.width and screen.pixels.height
ViewerScreen.width and ViewerScreen.height
Which of these comment lines are used in JavaScript?
// Comment
# Comment
-- Comment
** Comment **
Who invented the JavaScript programming language?
Tennis Ritchie
James Gosling
Brendan Eich