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.

    js_event_loop

  • Node.js Event Loop, a nice diagram.

    Bonus: promises, next-ticks, timers, and immediates... learn them all in one diagram.

    nodejs-event-loop

javascript nodejs