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 YC: Recommend me *the* best Javascript book/reference

8 pointsby robmnlover 17 years ago
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 comments

muriithiover 17 years ago
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 未加载
joshwaover 17 years ago
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 未加载
whalesaladover 17 years ago
Best book hands down for learning JS is called Simply Javascript from Sitepoint written by Kevin Yank and Cameron Adams.
championover 17 years ago
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>