8 ms·
What's new in this edition?
by llmzero 3y ago
What's new in this edition?
- begueradj 3y agoIt should be mentioned in the "Introduction" but it seems your question is not covered there.
- e12e 3y agoCould've used better commit messages, but: https://github.com/marijnh/Eloquent-JavaScript/compare/3rd_edition...master https://github.com/marijnh/Eloquent-JavaScript/compare/3rd_e...
- deleted 3y ago[deleted]
- llimllib 3y agoyou can see the differences on github: https://github.com/marijnh/Eloquent-JavaScript/compare/3rd_edition...master https://github.com/marijnh/Eloquent-JavaScript/compare/3rd_e... From a quick browse: - # for private properties - ESM imports in node - hasOwnProperty -> hasOwn (TIL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...) - Math.pow -> ** - coverage of `function*` generators (https://eloquentjavascript.net/11_async.html#h-o+cFzGGhnz https://eloquentjavascript.net/11_async.html#h-o+cFzGGhnz)
- bewuethr 3y agoHere's a diff without the first commit that changed all linebreaks: https://github.com/marijnh/Eloquent-JavaScript/compare/d829015113c08c5a2180b614992d6c41e14f6a0f...08cfb2a28d4d6576858e4432eb709a72e34f1c50 https://github.com/marijnh/Eloquent-JavaScript/compare/d8290...