Please click on the Start button below to start the code quiz! Timer starts when you start the quiz and 3 seconds will be subtracted from the clock if you answer a question incorrectly.
The quiz will be ended if all questions are answered or the timer reaches 0. Please enter your initial after the quiz is ended.
Q1: Which of the following keywords is used to define a variable in Javascript?
Q2: Which function is used to serialize an object into a JSON string in Javascript?
Q3: How to stop an interval timer in Javascript?
Q4: Arrays in JavaScript are defined by which of the following statements?
Q5: What will be the result or type of error if p is not defined in the following JavaScript code: console.log(p) ?