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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the best resource for existing programmers to learn JavaScript?

7 点作者 whitepoplar将近 3 年前

6 条评论

fauigerzigerk将近 3 年前
MDN is always a valuable resource, especially if you are interested in the JavaScript language itself or in web frontend development.<p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript</a><p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Guide" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;JavaScript&#x2F;Guid...</a>
rauschma将近 3 年前
I wrote my JavaScript book for people who already know how to program – maybe it works for you. Free to read online: <a href="https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;" rel="nofollow">https:&#x2F;&#x2F;exploringjs.com&#x2F;impatient-js&#x2F;</a>
andrei_says_将近 3 年前
I liked Wes Boss’ js for beginners course. My favorite part was that he was basically trying out the concept and showing how the language works by experimentation.<p>I have written a lot of JS but this approach brought needed clarity about the inner workings of the language.
Juicyy将近 3 年前
Mate, &quot;learn JS&quot; is a little too vague. There is A LOT in the JS world so you need to narrow down your focus. It depends on what youre doing but reading docs, youtube, udemy, blogs, freecodecamp, theodinproject. all great resources.
DougMellon将近 3 年前
The Helsinki MOOC is great and was just upgraded to JS.<p><a href="https:&#x2F;&#x2F;fullstackopen.com&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fullstackopen.com&#x2F;en&#x2F;</a>
Mustan将近 3 年前
I&#x27;ve always liked <a href="https:&#x2F;&#x2F;javascript.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;javascript.info&#x2F;</a>