🎴 Flashcard Mode
JavaScript Control Flow
Card1 / 16
Mastered0
Review0
QuestionClick to flip
Which of the following is a conditional statement in JavaScript?
AnswerClick to flip back
A
if
💡 Explanation:
The 'if' statement is a conditional statement in JavaScript. It allows you to execute a block of code only if a certain condition is met.