Author: Dele Oke
Welcome to the official repository for my JavaScript course.
This course is designed with the beginner in mind, providing a clear and straightforward path to understanding the fundamentals of JavaScript.
Here, you will find all the notes and resources needed to follow along with the lessons. My goal is to make your learning journey as smooth and enjoyable as possible.
- VS Code setup & extensions ✓
- How to download tutorials ✓
- What is JavaScript ✓
- ES6 and javaScript ✓
- JavaScript Libraries ✓
- JavaScript Syntax ✓
- JavaScript Variables ✓
- Template Literals ✓
- Variable Scope and hoisting ✓
- Datatypes and Typeof() ✓
- Casting
- DOM - Document Object Model
- BOM - Browser Object Model
- [Arrays]
- JavaScript Control Structure
- conditionals (if else, switch)
- Loops (for, while, for--of,)
- Error Handling (try catch, finally)
 
- Functions - tidy this up
- Array and Object deconstructing
- More JavaScript DOM
