Skip to content

Instantly share code, notes, and snippets.

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