Skip to content

Instantly share code, notes, and snippets.

@langjt
Last active July 3, 2018 09:58
Show Gist options
  • Save langjt/9887cdbecc1d849690c8 to your computer and use it in GitHub Desktop.
Save langjt/9887cdbecc1d849690c8 to your computer and use it in GitHub Desktop.
var x = 1;
if (function f() {}) {
x += typeof f;
}
x;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment