11.) Which symbol is used to assign a value to a variable in JavaScript?
12.) Which keyword is used to define a constant in JavaScript?
13.) Which function is used to parse a string to an integer in JavaScript?
14.) Which method can be used to find the length of a string in JavaScript?
15.) What does NaN mean in JavaScript?
16.) Which statement is used to stop the execution of a loop in JavaScript?
17.) What does ‘typeof’ operator do in JavaScript?
18.) Which of the following is a JavaScript framework/library?
19.) What is the output of console.log(typeof null);?
20.) Which operator is used to compare both value and type in JavaScript?