Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created January 18, 2019 09:09
Show Gist options
  • Save fdjones/f1df42f957f2ced5ca6de90348836764 to your computer and use it in GitHub Desktop.
Save fdjones/f1df42f957f2ced5ca6de90348836764 to your computer and use it in GitHub Desktop.
if (someCondition) {
doStuff();
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment