Skip to content

Instantly share code, notes, and snippets.

@jbowes
Last active August 29, 2015 13:58
Show Gist options
  • Save jbowes/10412244 to your computer and use it in GitHub Desktop.
Save jbowes/10412244 to your computer and use it in GitHub Desktop.
if (bar === baz)
{
console.log("hi bro");
bar++;
}
else
{
console.log("bye bro");
}
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment