Expert Developer JavaScript Question:
Which conditional statements will JavaScript support?
Answer:
if statement
if - else statement
if - else if - else statement
switch statement
if - else statement
if - else if - else statement
switch statement
Previous Question | Next Question |
What does dynamic component in JavaScript contain? | What is the function of delete operator? |