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