Created
September 23, 2014 23:44
-
-
Save calvinmetcalf/a3ea472be21c21169310 to your computer and use it in GitHub Desktop.
Node.js code you can't impliment in ES6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global.foo === void 0 // true | |
require('./thing'); | |
global.foo === void 0// false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global.foo = 'bar' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment