Skip to content

Instantly share code, notes, and snippets.

@calvinmetcalf
Created September 23, 2014 23:44
Show Gist options
  • Save calvinmetcalf/a3ea472be21c21169310 to your computer and use it in GitHub Desktop.
Save calvinmetcalf/a3ea472be21c21169310 to your computer and use it in GitHub Desktop.
Node.js code you can't impliment in ES6
global.foo === void 0 // true
require('./thing');
global.foo === void 0// false
global.foo = 'bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment