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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Any good JavaScript books?

3 点作者 ygd_coder超过 15 年前
I've seen the cool things that developers are doing with JavaScript. Especially http://sonspring.com/journal/jquery-desktop.<p>I'm wondering what the best book on the subject is. Just two things:<p>- It has to be freely downloadable online - It has to have assignments at the end of the chapter<p>As for the assignments thing, I think it's really great. It's the best way to show yourself that you learned what you read.<p>Oh, and if it matters, I know Java and Python.<p><i>Edit: formatting</i>

7 条评论

mechanical_fish超过 15 年前
After you figure out that your criteria are too exclusive you should go buy a copy of Crockford's <i>Javascript: The Good Parts</i>. ;)
评论 #872982 未加载
gtani超过 15 年前
not too many freely downloadable:<p><a href="http://www.free-emagazine.com/the-javascript-anthology-101-essential-tips-tricks-hacks/" rel="nofollow">http://www.free-emagazine.com/the-javascript-anthology-101-e...</a><p><a href="http://ajaxian.com/archives/eloquent-javascript" rel="nofollow">http://ajaxian.com/archives/eloquent-javascript</a><p>--------------------<p><a href="http://fecklessmind.com/2009/02/09/top-5-javascript-books/" rel="nofollow">http://fecklessmind.com/2009/02/09/top-5-javascript-books/</a><p><a href="http://www.reddit.com/comments/6y1km/ask_reddit_good_javascript_books_what_do_you/" rel="nofollow">http://www.reddit.com/comments/6y1km/ask_reddit_good_javascr...</a><p>usual suspects: Resig. Crockford,
seasoup超过 15 年前
<a href="http://ejohn.org/apps/learn/" rel="nofollow">http://ejohn.org/apps/learn/</a>
bluebird超过 15 年前
I am sorry, that was "JavaScript: The Good Parts", <a href="http://oreilly.com/catalog/9780596517748" rel="nofollow">http://oreilly.com/catalog/9780596517748</a>
bluebird超过 15 年前
If you want to learn correct JavaScript the only choice is "JavaScript: The Best Parts" by Douglas Crockford on O'Reilly.
simplegeek超过 15 年前
I found these immensely useful a) PPK on JavaScript b)JavaScript the good parts c) JavaScript: the definitive guide.
mahmud超过 15 年前
Pro Javascript by John Resig.<p>jQuery, it's better than some mainstream languages; use it and love it.