JAVASCRIPT AND CREATING WEB PAGE - Practice Mode

1) Which data type in javascript returns the value 'True' or 'False'?
Correct Answer: Boolean
2) Which operator is used to check both value and type in javascript?
Correct Answer: "= = ="
3) Which assignment operator is equivalent to a = a * 5?
Correct Answer: a * = 5
4) Which single character escape sequence represents 'line feed' JavaScript?
Correct Answer: n
5) What is the purpose of Initialization part in 'for loop'
Correct Answer: Initiate the variable