JavaScript
📌 Planned placeholder page: this page is reserved for "Language core and asynchronous model", and the content will be filled in progressively along with learning.
Planned Content
- [ ] Prototype chain, this binding and closures
- [ ] Event Loop and asynchronous programming (Promise / Async)
- [ ] Quick overview of ES202x new features
- [ ] Common hand-written implementations: debounce & throttle, deep clone, pub/sub
Next Steps
- [ ] Complete this page item by item against the planning checklist in the Domain Overview
- [ ] Add runnable examples and pitfall records for each entry
- [ ] Change the status from "Planned" to "Collected" when done
For writing guidelines, please refer to the Domain Overview.