Previous: const | Reserved words | Next: debugger |
The continue keyword interrupts the loop immediately, going to the starting line as if the loop had been finished to the end and incrementing the loop variable, if any.
Previous: const | Reserved words | Next: debugger |