Learning/practising Javascript with the book
Eloquent JavaScript 4th edition (2024) written by Marijn Haverbeke.
Note: Running the scripts using node
node <script_name>.js
$ node --version
v18.19.0
- Introduction
- Values, Types, and Operators
- Program Structure
- Functions
- Data Structures: Objects and Arrays
- Higher-order Functions
- The Secret Life of Objects
- Project: A Robot
- Bugs and Errors
- Regular Expressions
- Modules
- Asynchronous Programming
- Project: A Programming Language
- JavaScript and the Browser
- The Document Object Model
- Handling Events
- Project: A Platform Game
- Drawing on Canvas
- HTTP and Forms
- Project: A Pixel Art Editor
- Node.js
- Project: Skill-Sharing Website