What will be the output of the following Javascript code?
var string1 = "Pass marks are "; var intvalue = 35; alert( string1 + intvalue );
Pass marks are 35
35
Pass marks are35
Exception
Correct Answer : C
How do we define the term Thread?
What are the three important manipulations done in a for loop on a loop variable in javascript?
Among the keywords below, which one is not a statement?