continue

Term side of the Card
Topic: Syntax
Unit title: continue
Categories: Syntax, Keyword
Explanation side of the Card

Explanation: The statement used in loops to skip the current iteration. Execution jumps to the next loop iteration without completing the current one.

Browser compatibility:
  • The chrome browser supports this feature starting from version 3
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 3.5
  • The safari browser supports this feature starting from version 4
Availability: