Skip to content

Instantly share code, notes, and snippets.

@ruffle1986
Created October 18, 2017 09:17
Show Gist options
  • Save ruffle1986/e8f59b5ed822024dabf422d75b4538ee to your computer and use it in GitHub Desktop.
Save ruffle1986/e8f59b5ed822024dabf422d75b4538ee to your computer and use it in GitHub Desktop.
function b() {
return 1;
}
function c() {
var a = false;
return a || b();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment