JavaScript Quiz

Quiz :<p>What is Javascript (Just google: wikipedia javascript and read first four paragraphs)</p>

All the above

Quiz :<p>Which one is not a type of variable?</p>

bulbuli

Quiz :<p>Which method is used to convert a string to an integer?</p>

parseInt()

Quiz :<p>Which company developed JavaScript? (feel free to google it)</p>

Netscape

Quiz :<p>Which one is not a mathematical operator in JS?</p>

\

Quiz :<p>What does it mean by writing two plus signs after a number type variable?</p>

Increase the value by 1

Quiz :<p>If&nbsp;you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?</p>

29

Quiz :<p>Which one is an acceptable variable name?</p>

user9

Quiz :<p>What will be the output of the code: console.log(17%5)</p>

2