The continue statement forces the execution of the code to continue at the beginning of the loop.When a label is used, JavaScript immediately jumps to the beginning of the loop designated by a label and begins executing code.