JavaScript Course: JavaScript Basics Section
Welcome to our comprehensive JavaScript course! This is our JavaScript Basics section, covering essential subjects such as where to add JavaScript in your files, async and defer, strings, functions, arrays, objects, operators, and much more!
Course Modules & Lessons
2. JavaScript Basics
- Where to Add JS
- Async & Defer
- Working with Strings
- Storing Data with Variables
- Mixing Strings with Variables
- Data Types: Number
- Data Types: Boolean, Null, Undefined
- Comments, Semicolons & ASI
- Operators: Assignment & Comparison
- Operators: Logical & Arithmetic
- Introduction To Arrays & Object Types
- Introduction to Objects
- Introduction to Functions