Hacker News new | ask | show | jobs
by dvaun 2123 days ago
Check out 2ality[0]. The blog author delves into ECMAScript internals and specific concepts (e.g. hoisting, scope nuances based on variable declaration, etc.) with great details.

[0]: https://2ality.com/

1 comments

Wow, awesome. Seems to be just what I'm looking for. Thanks:)
These two books are based on the 2ality blog and also free to read online:

– JavaScript for impatient programmers (covers most of ES1–ES2020, incl. many advanced topics): https://exploringjs.com/impatient-js/

– Deep JavaScript (covers advanced topics): https://exploringjs.com/deep-js/

Thank you, will check it out:)