Skip to content

Instantly share code, notes, and snippets.

@lauripiispanen
Created February 1, 2012 08:04
Show Gist options
  • Save lauripiispanen/1715892 to your computer and use it in GitHub Desktop.
Save lauripiispanen/1715892 to your computer and use it in GitHub Desktop.
Should return true
function foobar() {
if (true) {
return true;
}
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment