TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Recommended resources for learning advanced JavaScript

3 pointsby Vinceoalmost 5 years ago
So I&#x27;ve been learning Javascript for a couple of years now and I feel more and more that my poor understanding of how it works under the hood is holding me back.<p>So I&#x27;m looking for resources that focus on how Javascript works under the hood. I&#x27;m thinking concepts such as execution context, event loop, scope, etc..<p>Preferably the resources contain a lot of examples and exercises for practice.<p>I&#x27;ve been following the guide on Javascript.info which is great, but I&#x27;m looking for something that goes even deeper than that. I&#x27;ve tried reading the &quot;official&quot; specification but it&#x27;s just too dense for my brain to grasp.<p>So I would love to hear if anyone here has any such resources to recommend.

1 comment

dvaunalmost 5 years 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.<p>[0]: <a href="https:&#x2F;&#x2F;2ality.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;2ality.com&#x2F;</a>
评论 #24239613 未加载