Claire wants to use a conditional statement in JavaScript that provides a block of statement to be executed if the condition is false. Which conditional statement should she use?
A.
while statement
B.
do …..while statement
C.
for statement
D.
if else statement