The Ultimate Java Script Course for Beginners by CodeWithHarry.
- Introduction to JavaScript + setup
- Variables in javaScript
- const, let and var in javascript
- Primitives and Objects in JavaScript
- JavaScript Chapter 1 -Practice Set
- JavaScript Operators and Expressions
- Conditional expressions in JavaScript
- JavaScript Chapter 2 - Practice Set on Operators and Conditionals
- For Loops in JavaScript
- While Loops in JavaScript
- Functions in JavaScript
- JavaScript Chapter 3 - Practice Set on Loops and Functions
- Introduction to Strings
- JavaScript String Methods
- JavaScript Chapter 4 - Practice Set on Strings
- Introduction to Arrays
- JavaScript Array Methods
- Some More JavaScript Array Methods
- Using Loops With Arrays in JavaScript
- Map, Filter & Reduce in JavaScript
- JavaScript Chapter 5 - Practice Set on Arrays
- Exercise 1 - Guess the Number
- JavaScript in the Browser
- JavaScript Script Tag
- JavaScript Console Object
- JavaScript alert, prompt & confirm
- DOM, BOM & Window Object
- JavaScript Chapter 6 - Practice Set
- Walking the DOM
- Accessing Children of an Element
- Parents & Siblings of an Element
- Element only Navigation
- Table Navigation
- Searching the DOM
- matches, closest and contains
- JavaScript Chapter 7 - Practice Set
- JavaScript Exercise 2: Solution & Shoutouts
- Exercise 3 - Tell me a
- innerHTML, outerHTML and other properties
- HTML Attributes and their
- HTML Insertion Methods
- insertAdjacentHTML, insertAdjacentElement and
- Changing HTML Classes using JavaScript: className and classList
- setInterval and setTimeout in JavaScript
- Introduction to Browser Events
- Handling Browser Events
- JavaScript Chapter 8 - Practice Set
- Exercise 3: Solution
- Exercise 4: Clock using
- Introduction to Callbacks
- Callback Hell & Pyramid of Doom
- Introduction to Promises
- Promise .then() and .catch()
- Promise Chaining .then() calls