Javascript
Test
Model Test
Ebook
Quiz-1 : JavaScript basic
Quiz 2: JavaScript
Quiz 3: JavaScript Basic Level1 quiz
Quiz 4: JavaScript Model Test 6-Jan-2014
Quiz 5: JavaScript Model Test 17 Feb 2014
Quiz 6: JavaScript Model Test 23 Feb 2014
Quiz 7: JavaScript Model Test 3 Mar 2014
Quiz 8: JavaScript Model Test 6 Mar 2014
Index
Javascript Home
Basic
84
Array
7
Function
37
Control structure
18
Syntax
14
Operators
37
Objects
7
Data types & variables
45
Event
7
OOP
1
IO
2
DHTML
1
Regular Expression
1
BOM
2
DOM
4
Schools
Ebook
Question:
How do you find the largest number of 6 and 8?
A
Math.max(6,8)
B
top(6,8)
C
ceil(6,8)
D
Math.ceil(6,8)
Note:
Not available
Show answer
Show Note
Report
Question:
What is the correct JavaScript syntax for opening a new window called "window5" ?
A
new("http://www.ex-designz.net","window5")
B
window.open("http://www.ex-designz.net","window5")
C
open.new window("http://www.ex-designz.net","window5")
D
new.window("http://www.ex-designz.net","window5")
Note:
Not available
Show answer
Show Note
Report
Question:
How do you put a message in the browser's status bar?
A
window.status = "put your message here"
B
statusbar = "put your message here"
C
status("put your message here")
D
window.status("put your message here")
Note:
Not available
Show answer
Show Note
Report
Question:
How do you find the client's browser name?
A
browser.name
B
navigator.appName
C
client.navName
D
none
Note:
Not available
Show answer
Show Note
Report
Question:
You define an array using-
A
var myarray = new Array();
B
var myarray = array new;
C
var new Array() = myarray;
D
var new array = myarray;
Note:
Not available
Show answer
Show Note
Report
Question:
Which is the numerical literal?
A
"1507"
B
1507
C
true
D
"Integer"
Note:
Not available
Show answer
Show Note
Report
Question:
Which best describe void?
A
A method
B
A function
C
An operator
D
A statement
Note:
Not available
Show answer
Show Note
Report
Question:
Which property would you use to redirect visitor to another page?
A
window.location.href
B
document.href
C
java.redirect.url
D
link.redirect.href
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following JavaScript statements use arrays?
A
setTimeout("a["+i+"]",1000)
B
k = a & i
C
k = a(i)
D
a{i++}
Note:
Not available
Show answer
Show Note
Report
Question:
You are a junior web designer. Your company assigns you to work on a JavaScript project. Which of the following are the advantages of using JavaScript for form validation?
A
Conservation of client CPU resources
B
Increased validity of form submission
C
Conservation of bandwidth
D
Increase end-user satisfaction
Note:
Not available
Show answer
Show Note
Report
First
Prev
1
2
3
4
5
Next
Last
/27
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2025. Powered by
Intellect Software Ltd