Q: What is Javascript (Just google: wikipedia javascript and read first four paragraphs)

Options:

Q: Which one is not a type of variable?

Options:

Q: Which method is used to convert a string to an integer?

Options:

Q: Which company developed JavaScript? (feel free to google it)

Options:

Q: Which one is not a mathematical operator in JS?

Options:

Q: What does it mean by writing two plus signs after a number type variable?

Options:

Q: If you have a var age = 21; and then you write age += 8; now what will be the value of the variable age?

Options:

Q: Which one is an acceptable variable name?

Options:

Q: What will be the output of the code: console.log(17%5)

Options: