Skip to content

Instantly share code, notes, and snippets.

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