What are the two basic groups of dataypes in JavaScript?
Primitive
Reference types
All of the above
None of the above
Correct Answer : C
Which of them is not the looping structures in JavaScript?
JavaScript is designed for following purpose -
What will be the output of the following Javascript code?
var string1 = "Pass marks are "; var intvalue = 35; alert( string1 + intvalue );