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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask YC: Recommend me *the* best Javascript book/reference

8 点作者 robmnl超过 17 年前
What's the very best Javascript book that you know of?<p>I'm specifically looking for one that goes into modern Javascript techniques, similar to the prototype crowd.

4 条评论

muriithi超过 17 年前
O'Reilly's "Javascript: The Definitive Guide 5th Edition" by David Flanagan teaches Javascript really well including Ajax and DOM.<p>The first half of the book is a Javascript tutorial while the rest is a language reference. Good book.
评论 #71832 未加载
joshwa超过 17 年前
Didn't we just cover this? Yes, yes we did: <a href="http://news.ycombinator.com/item?id=61311" rel="nofollow">http://news.ycombinator.com/item?id=61311</a>
评论 #72902 未加载
whalesalad超过 17 年前
Best book hands down for learning JS is called Simply Javascript from Sitepoint written by Kevin Yank and Cameron Adams.
champion超过 17 年前
Take a look at the videos on Yahoo by Douglas Crockford on the Javascript Programming Language, and his "Advanced Javascript". Very well presented.<p><a href="http://developer.yahoo.com/yui/theater/" rel="nofollow">http://developer.yahoo.com/yui/theater/</a>