continue
↔ JS Keyword to end execution of Statement in current Iteration of loop, & continue execution with next iteration in loop
__label__ :
<statement code\>
References
label
↔ to prefix Statement with Identifier to call withbreak
&continue