1. Fundamentals of JavaScript
- Variables, data types and operators: Understand the basic building blocks of JavaScript.
- Control flow: Learn how to control the execution of code using if/else, switch, for, while.
- Functions, scope and closures: Learn how to encapsulate functionality into reusable pieces of code.
- Objects and arrays: Understand how to use these fundamental JavaScript data structures.
- ES6+ features: Learn about modern JavaScript features that Angular takes advantage of.