Zusammenfassung der Ressource
Frage 1
Frage
JavaScript is a ___________ typed language.
Frage 2
Frage
Is it possible to nest functions in JavaScript?
Frage 3
Frage
Scripting language is:
Antworten
-
High Level Programming language
-
Assembly Level programming language
-
Machine level programming language
Frage 4
Frage
Are Java and JavaScript the same?
Frage 5
Frage
What is meant by "this" keyword in JavaScript?
Antworten
-
It refers to current object
-
It refers to previous object
-
It is variable which contains value
Frage 6
Frage
Math. round(-20.51) = ?
Frage 7
Frage
_________ keyword is used to declare variables in javascript.
Frage 8
Frage
If x=103 & y=9 then x%=y , what is the value of x after executing x%=y?
Frage 9
Frage
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?
Antworten
-
screen.width and screen.height
-
Resolution.width and Resolution.height
-
screen.pixels.width and screen.pixels.height
-
ViewerScreen.width and ViewerScreen.height
Frage 10
Frage
Which of these comment lines are used in JavaScript?
Antworten
-
// Comment
-
# Comment
-
-- Comment
-
** Comment **
Frage 11
Frage
Who invented the JavaScript programming language?
Antworten
-
Tennis Ritchie
-
James Gosling
-
Brendan Eich