JavaScript Notebook

I’m creating an online handbook about JavaScript that will cover all the basic topics. Unlike a physical handbook, this online book will evolve over time as I continue to learn and grow. I’ll keep updating the topics whenever I discover something new.

Please note that these essays and notes are not entirely my original work. I’ve compiled them from various sources, including books, blogs, videos, and even ChatGPT. I’ve credited the original authors at the bottom of each post. My goal is to create a personal reference notebook that I can use to revisit concepts and to make this resource publicly available for others to benefit from as well.

What is JavaScript

Variables

Data types

Equality Comparisons

Loops and Iterations

Functions

Modules

Asynchronous JavaScript

Errors

APIs

Others


Read More