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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN:What are best online sources to learn JavaScript?

26 点作者 ofca超过 13 年前

7 条评论

janogonzalez超过 13 年前
* Learn JavaScript: <a href="https://developer.mozilla.org/en-US/learn/javascript" rel="nofollow">https://developer.mozilla.org/en-US/learn/javascript</a><p>* JavaScript. The Core: <a href="http://dmitrysoshnikov.com/ecmascript/javascript-the-core/" rel="nofollow">http://dmitrysoshnikov.com/ecmascript/javascript-the-core/</a><p>* Learning Advanced JavaScript: <a href="http://ejohn.org/apps/learn/" rel="nofollow">http://ejohn.org/apps/learn/</a><p>* JavaScript Garden: <a href="http://bonsaiden.github.com/JavaScript-Garden/" rel="nofollow">http://bonsaiden.github.com/JavaScript-Garden/</a>
评论 #3278402 未加载
WickyNilliams超过 13 年前
If you have a cursory understanding of JavaScript and it's syntax i highly recommend you check out some of Douglas Crockford's content: <a href="http://javascript.crockford.com/" rel="nofollow">http://javascript.crockford.com/</a>. He is the man who invented the JSON format (if you don't know what that is yet, don't worry, you'll come across it soon enough), and wrote an excellent tool called JSLint. He is an authority on the language.<p>His website has innumerable musings, explanations and interesting perspectives on all things JavaScript and he links to <i>lots</i> lots of videos of his various talks. His YUI Theatre videos are of particular interest as they are very comprehensive.
sarajo超过 13 年前
<a href="http://www.codecademy.com" rel="nofollow">http://www.codecademy.com</a>
murz超过 13 年前
<a href="http://eloquentjavascript.net/" rel="nofollow">http://eloquentjavascript.net/</a> is another good one.
sathishmanohar超过 13 年前
The best video series on js and jquery <a href="http://learn.appendto.com/lessons" rel="nofollow">http://learn.appendto.com/lessons</a>
评论 #3283011 未加载
andrewhillman超过 13 年前
start by looking at dynamicdrive.com. This is a good foundation. They have great demos and code to experiment with.
dlf超过 13 年前
codeacademy.com is a good start.