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