asked 106k views
3 votes
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

2 Answers

5 votes
C because what she saying doesn’t add up
answered
User Nicaury
by
7.7k points
6 votes
D.

- If, implies a condition. If ___, then ___ will happen.
answered
User Elisha
by
8.6k points