JS 资源
由于我发现自己现在越来越多地用 JavaScript 编写代码,无论是后端还是前端开发,所以我认为我应该至少认真考虑一下它,这是十多年来的第一次,以下是我在深入研究这种长期被忽视的编程语言时发现的有用的资源。
-
MDN, the go-to place for a quick reference to
the standard
.Bonus: it has a super handy search box that allows instant search by pressing the slash (/) on that page.
-
Exploring JS series, where to learn
everything
about JavaScript, seriously.Bonus: most of the books are free to read online!
-
TC39, the ECMAScript
specification
where JavaScript is defined.Bonus: it helps to fall asleep quickly.
-
Node.js API Documentation, JavaScript for
the backend
.Bonus: call yourself a 2-end JavaScript engineer :)
-
JavaScript Runtime Environment, a
professional
explanation.Bonus: it provides beautiful gif animations for easy visualizations.
-
Node.js Event Loop, a
nice
diagram.Bonus: promises, next-ticks, timers, and immediates... learn them all in one diagram.