Quiz :<p>What is Javascript (Just google: wikipedia javascript and read first four paragraphs)</p>
All the aboveQuiz :<p>Which one is not a type of variable?</p>
bulbuliQuiz :<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>
NetscapeQuiz :<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 1Quiz :<p>If you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?</p>
29Quiz :<p>Which one is an acceptable variable name?</p>
user9Quiz :<p>What will be the output of the code: console.log(17%5)</p>
2