www.ITISkill.com
Home
JAVASCRIPT AND CREATING WEB PAGE - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
1) Which data type in javascript returns the value 'True' or 'False'?
Boolean
Dynamic
Object
String
2) Which operator is used to check both value and type in javascript?
"#"
"="
"= ="
"= = ="
3) Which assignment operator is equivalent to a = a * 5?
a = 5 * 9
a = * 5
a * = 5
a = 5
4) Which single character escape sequence represents 'line feed' JavaScript?
b
f
n
t
5) What is the purpose of Initialization part in 'for loop'
exit the loop
evaluate the condition
increase or decrease the initial variable
Initiate the variable
Submit Quiz