Sunday , September 8 2024

Which of the following loop instructions checks the loop continuation condition only after the iteration has been completed?

Questions BankCategory: JavaScript Essentials 1Which of the following loop instructions checks the loop continuation condition only after the iteration has been completed?
Which of the following loop instructions checks the loop continuation condition only after the iteration has been completed?

  • while
  • do ... while
  • for ... in
  • for

More Questions: JavaScript Essentials 1 – JSE1: Final Test