TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is JavaScript the Good Parts still relevant?

10 点作者 skfroi将近 11 年前
During the past year I&#x27;ve been heavily involved in building and strengthening the tech community in Puerto Rico. As a result many students and beginning devs have asked me for advice on how to really learn Javascript. My response is always &quot;start with Javascript the Good Parts&quot;.<p>In the state the the JS world is right now does this still hold true? Should I recomend some other book in addition to JtGP?

7 条评论

tgriesser将近 11 年前
&quot;The Good Parts&quot; is still a good one, but my recommendation these days now goes to Effective Javascript:<p><a href="http://www.amazon.com/Effective-JavaScript-Specific-Software-Development/dp/0321812182/" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Effective-JavaScript-Specific-Software...</a><p>Outside of books, <a href="http://superherojs.com" rel="nofollow">http:&#x2F;&#x2F;superherojs.com</a> is another good resource to recommend.
评论 #7933095 未加载
peterashford将近 11 年前
It strikes me as a poor apology for the crap status of JS with a sprinkle of Douglas&#x27;s debatable opinion rather than a useful primer in modern JS.
bonsai将近 11 年前
I can highly recommend books written by Nicholas Zakas.<p><a href="http://www.amazon.com/Professional-JavaScript-Developers-Nicholas-Zakas/dp/1118026691/" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Professional-JavaScript-Developers-Nic...</a><p>There is one shorter book that he wrote recently: <a href="https://leanpub.com/oopinjavascript" rel="nofollow">https:&#x2F;&#x2F;leanpub.com&#x2F;oopinjavascript</a>
petercooper将近 11 年前
Speaking JavaScript by Axel Rauschmayer <a href="http://speakingjs.com/" rel="nofollow">http:&#x2F;&#x2F;speakingjs.com&#x2F;</a> is quite well suited for people coming from other languages rather than newbies to programming.
manishsharan将近 11 年前
You may also want to check out Eloquent Javascript . <a href="http://eloquentjavascript.net/" rel="nofollow">http:&#x2F;&#x2F;eloquentjavascript.net&#x2F;</a> . This is my goto book for Javascript
kb19将近 11 年前
Javascript the Good Parts is for folks who already know Javascript. The concepts are more advanced than most beginners would encounter (currying, memoization etc).
_random_将近 11 年前
I would recommend pointing them to this resource as well (19 pages and counting): <a href="http://wtfjs.com" rel="nofollow">http:&#x2F;&#x2F;wtfjs.com</a>