Welcome to my JavaScript learning repository! This project contains notes, code examples, and small projects as I explore and master JavaScript.
- β Basics: Variables, Data Types, Operators
- β Functions & Scope
- β Arrays & Objects
- β DOM Manipulation
- β Events & Event Handling
- β
ES6+ Features:
let,const, Arrow Functions, Template Literals, etc. - β Asynchronous JS: Callbacks, Promises, Async/Await
- β Object-Oriented JavaScript
- β Useful Built-in Methods: Arrays, Strings, Math