Quiz of JavaScript
Total Questions: 9
Quiz-1: <p>What is Javascript (Just google: wikipedia javascript and read first four paragraphs)</p>
Quiz-2: <p>Which one is not a type of variable?</p>
Quiz-3: <p>Which method is used to convert a string to an integer?</p>
Quiz-4: <p>Which company developed JavaScript? (feel free to google it)</p>
Quiz-5: <p>Which one is not a mathematical operator in JS?</p>
Quiz-6: <p>What does it mean by writing two plus signs after a number type variable?</p>
Quiz-7: <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>
Quiz-8: <p>Which one is an acceptable variable name?</p>
Quiz-9: <p>What will be the output of the code: console.log(17%5)</p>