Skip to content

Mallikarjuna00G/JavascriptLearning_001

Repository files navigation

JavascriptLearning_001

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

Chapters

  1. Introduction

(Part 1: Language)

  1. Values, Types, and Operators
  2. Program Structure
  3. Functions
  4. Data Structures: Objects and Arrays
  5. Higher-order Functions
  6. The Secret Life of Objects
  7. Project: A Robot
  8. Bugs and Errors
  9. Regular Expressions
  10. Modules
  11. Asynchronous Programming
  12. Project: A Programming Language

(Part 2: Browser)

  1. JavaScript and the Browser
  2. The Document Object Model
  3. Handling Events
  4. Project: A Platform Game
  5. Drawing on Canvas
  6. HTTP and Forms
  7. Project: A Pixel Art Editor

(Part 3: Node)

  1. Node.js
  2. Project: Skill-Sharing Website

About

Learning/practising Javascript with the book [Eloquent JavaScript 4th edition (2024) written by Marijn Haverbeke](https://eloquentjavascript.net/index.html).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors