CIW JavaScript Fundamentals exam 1D0-435 Question # 34 Topic 4 Discussion

CIW JavaScript Fundamentals exam 1D0-435 Question # 34 Topic 4 Discussion

1D0-435 Exam Topic 4 Question 34 Discussion:
Question #: 34
Topic #: 4

The key difference between the While Statement and the Do While Statement is ____________


A.

The Do While Statement does not check the condition until it has iterated the loop at the first time. The While Statement will check the condition before beginning the first loop.


B.

None. There is no Do While loop in JavaScript.


C.

The While Statement does not check the condition until it has iterated the loop at the first time. The Do While Statement will check the condition before beginning the first loop.


D.

The Do While Statement will check the condition before it loops the first time. The Do While Statement will never check the condition.


Get Premium 1D0-435 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.