Explore key JavaScript concepts through this quiz, covering syntax, functions, and properties. Assess your understanding of embedding JavaScript in HTML, utilizing arrays, redirection, operators, and calling functions. Ideal for learners aiming to enhance their web development skills.
SetTimeout("a["+i+"]",1000)
K = a & i
K = a(i)
Rate this question:
Window.location.href
Document.href
Java.redirect.url
Link.redirect.href
Rate this question:
A method
A function
An operator
A statement
Rate this question:
Response.write("Hello World")
Document.write("Hello World")
("Hello World")
Echo("Hello World")
Rate this question:
Call myFunction()
MyFunction()
Call function myFunction
Rate this question:
If i==5 then
If i=5 then
If (i==5)
If i=5
Rate this question:
Two. The "for" loop and the "while" loop
Four. The "for" loop, the "while" loop, the "do...while" loop, and the "loop...until" loop
One. The "for" loop
Rate this question:
If (i 5)
If (i != 5)
If =! 5 then
If 5
Rate this question:
For (i = 0; i
For (i = 0; i
For i = 1 to 5
For (i
Rate this question:
Var txt = new Array("tim","shaq","kobe")
Var txt = new Array="tim","shaq","kobe"
Var txt = new Array(1:"tim",2:"shaq",3:"kobe")
Rate this question:
Onmouseover and onmousedown
Onmousedown and onmouseout
Onmousedown and onmouseup
Onmouseup and onmouseout
Rate this question:
Var myarray = new Array();
Var myarray = array new;
Var new Array() = myarray;
Var new array = myarray;
Rate this question:
Math.rnd(8.25)
Math.round(8.25)
Round(8.25)
Rnd(8.25)
Rate this question:
Math.max(6,8)
Top(6,8)
Ceil(6,8)
Math.ceil(6,8)
Rate this question:
Navigator.appName
Client.navName
Browser.name
Rate this question:
New("http://www.ex-designz.net","window5")
Window.open("http://www.ex-designz.net","window5")
Open.newwindow("http://www.ex-designz.net","window5")
New.window("http://www.ex-designz.net","window5")
Rate this question:
Window.status = "put your message here"
Statusbar = "put your message here"
Status("put your message here")
Window.status("put your message here")
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.