I was looking at some code by an individual and noticed he seems to have a pattern in his functions:
function() {
I think this is done to use break or continue statements. Some kind of "goto" code logic.
break
continue