⟩ Which conditional statements will JavaScript support?
if statement
if - else statement
if - else if - else statement
switch statement
if statement
if - else statement
if - else if - else statement
switch statement
What is difference between undefined variable and undeclared variable?
What is JavaScript, what about history?
What is escape() function?
What are the different types of errors in JavaScript?
What value does prompt() return if the user clicked the Cancel button?
What does a timer do and how would you implement one?
What is Push() method in JavaScript?
What is the difference between JavaScript and JScript?
How can a particular frame be targeted, from a hyperlink, in JavaScript?
Why would you include 'use strict' at the beginning of a JavaScript source file?