Skip to content

Instantly share code, notes, and snippets.

@jhnns
Last active May 15, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhnns/cf3c0b1a3ecf0e35e011b8e2b3c9e876 to your computer and use it in GitHub Desktop.
Save jhnns/cf3c0b1a3ecf0e35e011b8e2b3c9e876 to your computer and use it in GitHub Desktop.
Comparison of ambiguous grammar edge cases
console.log(this);
"use strict";
console.log(undefined);
(function(module, exports) {
console.log(this);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment