Rick's DevNotes
筆記關於我作品集

© 2026 Rick's DevNotes. All rights reserved.

# Event Loop
https://rickchiu.me/api/image?key=categories/JavaScript/cover.png
JavaScript 筆記:非同步與 AJAX Fetch
2020-09-17
JavaScript
Event LoopAsynchronous
整理同步與非同步概念,並以 fetch、Promise、Async Await 示範實作
https://rickchiu.me/api/image?key=categories/JavaScript/cover.png
JavaScript 筆記:Execution Stack / Context 與 Event Loop
2020-09-10
JavaScript
QueueEvent LoopExecution StackRuntimeExecution ContextAsynchronous
深入整理 JavaScript 的 Execution Stack、Execution Context 與 Event Loop 運作機制
https://rickchiu.me/api/image?key=categories/JavaScript/cover.png
JavaScript 筆記:從語言特性到函式編程
2020-08-29
JavaScript
Single ThreadFunctional ProgrammingObject Oriented ProgrammingEvent Loop
整理 JavaScript 的核心特性,含程式碼範例