Joschka 0 Report post Posted October 1, 2017 https://www.w3schools.com/js/js_break.asp below heading: JavaScript Labels "The continue statement (with or without a label reference) can only be used to skip one loop iteration." - this description is not correct "The continue statement (with or without a label reference) can only be used to skip all or the remainder of one loop iteration." - this description is more accurate Share this post Link to post Share on other sites
dsonesuk 846 Report post Posted October 1, 2017 Then why does it skip the loop targeted, and continue with the rest in this example https://www.w3schools.com/js/tryit.asp?filename=tryjs_continue Share this post Link to post Share on other sites