Basic
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
39
Control structure
18
Syntax
14
Operators
38
Objects
7
Data types & variables
45
Event
7
OOP
7
IO
2
DHTML
1
Regular Expression
1
BOM
2
DOM
4
Schools
Ebook
Question:
Which of the following is/are not correct Boolean literal(s)?
A
0,1
B
yes,no
C
true,false
D
all
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are the correct example of object literal(s)?
A
var shopCart={item:5.95,tax:.07,shopping:14.95}
B
var shopCart=[ item:5.95,tax:.07,shopping:14.95]
C
var shopCart=[ item:5.95;tax:.07;shopping:14.95]
D
var shopCart={item:5.95;tax:.07;shopping:14.95;}
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are not Date object function(s)?
A
getTime()
B
setTime()
C
getHour()
D
getDay()
E
all
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are not string manipulation function(s)?
A
big()
B
bold()
C
match()
D
concat()
E
toLowerCase()
F
valueOf()
G
length()
H
all
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are the Array object function(s)?
A
concat()
B
slice()
C
reverse()
D
map()
E
all
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are the string properties?
A
length
B
toLowerCase
C
indexOf
D
valueOf
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following is/are not the Math function(s)?
A
max()
B
average()
C
ceil()
D
random()
Note:
Not available
Show answer
Show Note
Report
Question:
Which of the following shortcuts can be used for writing multiple document.write statements?
A
None
B
for(document){}
C
with(document) {}
D
withThis(document){}
Note:
Not available
Show answer
Show Note
Report
Question:
Which is the topmost object in the object hierarchy?
A
document
B
window
C
history
D
browser
Note:
Not available
Show answer
Show Note
Report
Question:
While coding a loop, you come across a condition where you have to terminate the loop and continue with the statements following the loop. Which statement would you use?
A
exit
B
return
C
continue
D
while
E
break
Note:
Not available
Show answer
Show Note
Report
First
Prev
4
5
6
7
8
Next
Last
/9
Go
Schools
App Store
Whiteboard
Blogs
Quiz
Test
Apply Course
Games
Freelancers
Professionals
Newspapers
Terms
Privacy
Copyright © 2024. Powered by
Intellect Software Ltd