9 Quizes | 10 Minutes
All the above
What is Javascript (Just google: wikipedia javascript and read first four paragraphs)
bulbuli
Which one is not a type of variable?
parseInt()
Which method is used to convert a string to an integer?
Netscape
Which company developed JavaScript? (feel free to google it)
\
Which one is not a mathematical operator in JS?
Increase the value by 1
What does it mean by writing two plus signs after a number type variable?
29
If you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?
user9
Which one is an acceptable variable name?
2
What will be the output of the code: console.log(17%5)