From c7ae2eaec6a3ddb0c90e44fe771c1a0498e64bbc Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 21 Nov 2018 18:33:27 -0800 Subject: [PATCH 1/2] Changing the wording around module.exports Hello! I just want to point something out here: Using the commonjs format (require() and module.exports, though node does add some additional things on top of that spec) *is not* the same, or even roughly the same, which is implied/stated by this line here: >Instead of using require and module.exports like shown above, JavaScript has an alternate syntax, which is a more accepted standard. Choose whichever you want: they do the same thing. I propose a minor edit here, which is that we actually want to clarify that the ECMAScript standard that has been finalized (often this is known as ES6 or ES2015. There was a minor revision in there but thats long since passed in either case) and one of the purposes, per the Module spec, is that this is the standard for which modules will be *native to the browser*. (In the evergreen versions of Safari, Chrome, Firefox, and I think even Edge now, you can use `