Logo

JavaScript Quiz

Correct: 0

Wrong: 0

Question No. 1 : <p>What is Javascript (Just google: wikipedia javascript and read first four paragraphs)</p>

Question No. 2 : <p>Which one is not a type of variable?</p>

Question No. 3 : <p>Which method is used to convert a string to an integer?</p>

Question No. 4 : <p>Which company developed JavaScript? (feel free to google it)</p>

Question No. 5 : <p>Which one is not a mathematical operator in JS?</p>

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

Question No. 7 : <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>

Question No. 8 : <p>Which one is an acceptable variable name?</p>

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