Quiz of JavaScript
Total Questions: 9
Question No : 1
What is Javascript (Just google: wikipedia javascript and read first four paragraphs)
Ans:
Question No : 2
Which one is not a type of variable?
Question No : 3
Which method is used to convert a string to an integer?
Question No : 4
Which company developed JavaScript? (feel free to google it)
Question No : 5
Which one is not a mathematical operator in JS?
Question No : 6
What does it mean by writing two plus signs after a number type variable?
Question No : 7
If you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?
Question No : 8
Which one is an acceptable variable name?
Question No : 9
What will be the output of the code: console.log(17%5)