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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Modern JavaScript Tutorial

538 点作者 Hbruz0大约 3 年前

19 条评论

Veuxdo大约 3 年前
In almost 10 years of professional development with Javascript/Typescript, I have never encountered a colleague using the call/bind/apply keywords (or "this" outside of classes). I'd say almost all professionals deliberately avoid 80%+ of the language in practice.
评论 #31391645 未加载
评论 #31391688 未加载
评论 #31392619 未加载
评论 #31391151 未加载
评论 #31394958 未加载
评论 #31391230 未加载
评论 #31391369 未加载
评论 #31393210 未加载
评论 #31391505 未加载
评论 #31392689 未加载
评论 #31392586 未加载
评论 #31396550 未加载
评论 #31391334 未加载
评论 #31394139 未加载
评论 #31400026 未加载
评论 #31394491 未加载
评论 #31391465 未加载
评论 #31393624 未加载
评论 #31395577 未加载
评论 #31392491 未加载
frigid大约 3 年前
This is excellent. I think <a href="https:&#x2F;&#x2F;www.internetingishard.com&#x2F;html-and-css&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.internetingishard.com&#x2F;html-and-css&#x2F;</a> complements it well as an introductory tutorial to HTML&#x2F;CSS.
评论 #31392195 未加载
评论 #31393495 未加载
jamal-kumar大约 3 年前
As far as Javascript books goes this looks pretty replete, kudos to the author!<p>I will add it to my bookmarks to recommend to new developers alongside the excellent Eloquent Javascript [1], which for all I know probably is missing some things between when it was written and now which this modern javascript tutorial seems to cover. Very cool!<p>[1] <a href="https:&#x2F;&#x2F;eloquentjavascript.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;eloquentjavascript.net&#x2F;</a>
评论 #31394618 未加载
评论 #31396663 未加载
caseyross大约 3 年前
Some previous discussion from 2020: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25333350" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25333350</a><p>This site is IMO the best reference out there for modern JS&#x2F;DOM fundamentals. It&#x27;s concise, clear, consistent, accurate, and well-organized throughout, which is no mean feat for how many topics it covers.
评论 #31392010 未加载
评论 #31391251 未加载
评论 #31392163 未加载
pronlover723大约 3 年前
ninja code!<p><a href="https:&#x2F;&#x2F;javascript.info&#x2F;ninja-code" rel="nofollow">https:&#x2F;&#x2F;javascript.info&#x2F;ninja-code</a><p>I get it&#x27;s a list of bad practices and it&#x27;s kind of funny in an &quot;inside joke&quot; kind of way but if you&#x27;re reading the site to learn JavaScript then you are probably not on the &quot;inside&quot; yet?<p>As funny as it is for those &quot;in the know&quot; would it be better as a list of &quot;don&#x27;t to X (bad examples) do Y instead (good examples)? As it is there are no good examples, just a cryptic joke.
评论 #31394780 未加载
评论 #31403010 未加载
sahinyanlik大约 3 年前
I am proud to be contributing to Turkish translation of this project.
jbc1大约 3 年前
Self learning JavaScript and this site has been a huge help.<p>I’ve actually set up Alfred such that when I type “j [search terms]” in to its search bar that it opens a new tab with that search in JavaScript.info because I was doing “site:JavaScript.info” in google so frequently.
troller1992大约 3 年前
Might be a dumb question, but anyone got a similar tutorial for TS?
评论 #31393971 未加载
taesu大约 3 年前
Preparing to interview with JavaScript. This is helpful, thanks!!
评论 #31391485 未加载
eric4smith大约 3 年前
Bruh, this is so good!<p>In just a few minutes of reading, I got cleared up on a few things.<p>For reference, I dabble in Javascript just to do small things that are incidental to my main programming languages.
nicomeemes大约 3 年前
I also recommend checking out <a href="https:&#x2F;&#x2F;learn.javascript.ru&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learn.javascript.ru&#x2F;</a> which has more content than the english version (same author though I believe).<p>Install <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;traduzir-paginas-web&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;traduzir-pagi...</a> and let the learning begin.
axg11大约 3 年前
Is there a list of equivalent excellent resources for other languages? I&#x27;m familiar with JS and Python - I&#x27;d love to get up to speed with other languages this way.
评论 #31393305 未加载
评论 #31393828 未加载
markhaslam大约 3 年前
For me this is a great supplementary resource to the MDN docs.
AltruisticGapHN大约 3 年前
Great resource which I&#x27;d like to use, I only wish the search would work like a command palette like on MDN or Tailwind docs... because if this is so complete this could be a great alternative for me from MDN, having more &quot;tutorial&quot; text and examples, not just specifications.<p>So I&#x27;d like to be able to hit Cmd P or Ctrl K or the like, enter &quot;nullish&quot; and then find the article on nullish coalescing op.
synergy20大约 3 年前
Just bought its PDF version to show some support, it&#x27;s a decent site for JS indeed. I use another site more often though at <a href="https:&#x2F;&#x2F;www.javascripttutorial.net" rel="nofollow">https:&#x2F;&#x2F;www.javascripttutorial.net</a>, which is not as deep as this one, but way more concise. It&#x27;s kind of like w3schools, not the best authoritative site, but, nothing beats its simplicity.I support all of them.
dgb23大约 3 年前
I love the design of the site. Very clean and good use of available space.
bernardv大约 3 年前
This looks really good
louissan大约 3 年前
Ask Douglas Crockford to review this? :-)
raj_nishad大约 3 年前
hi , i love your content . it is so organised and has everthing for a new begineer.