JavaScript fundamental repository, if you want to know JavaScript, DOM, BOM & JSON follow this repository. ##Happy JAVASCRIPT
I believe that this repository is fundamentally strong enough in JavaScript, DOM, BOM & JSON. I will try to update this repository & will be adding new features every day.
JavaScript is a high-level prototype-based object-oriented, multi-paradigm interpreted or just-in-time compiled, dynamic single-threaded garbage-collected programming language with a first-class function and a non-blocking event loop concurrence model.
1️⃣ Fundamentals: ↳ primitives ↳ conditionals ↳ functions ↳ etc...
2️⃣ Arrays: ↳ iterations ↳ indexing ↳ methods ↳ etc...
3️⃣ DOM Manipulation: ↳ selecting elements ↳ styling DOM elements with JS ↳ deleting & creating DOM elements ↳ etc...
4️⃣ Asynchronous JavaScript: ↳ callbacks ↳ promises ↳ fetch API ↳ etc...
(Bonus - You're welcome 😊 ) 5️⃣ JavaScript Object Oriented Programming: ↳ creating objects ↳ prototypes ↳ prototypal inheritance, encapsulation, ...