A

Admin • 833K Points
Coach

Q. Which statement is used to exit a loop early?

  • (A) exit
  • (B) continue
  • (C) stop
  • (D) break
  • Correct Answer - Option(D)
  • Views: 25
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

break exits the loop immediately.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.