Break

Break allows to exit for loop early.

https://codeeval.dev/gist/16c922c92ebf6cb0e4235760ae1ba07a

Continue

Continue starts new iteration of for loop.

https://codeeval.dev/gist/11edb4a213d93bbae8645c8f8cfac3ff

Break/continue loop inside switch

https://codeeval.dev/gist/206b1ff449b609152f36eefc9439ec12