JS リソース
最近はバックエンド開発やフロントエンド開発に関係なく、JavaScript でコードを書く機会が増えているので、少なくとも 10 年以上ぶりに 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.