Anotatios and examples from "The Complete JavaScript Course 2020"
https://www.udemy.com/course/the-complete-javascript-course/
- Hello World Notes
- Variables and Data Types Notes
- Variable Mutation and Type Coercion Notes
- Basic Operators Notes
- Operator Precedence Notes
- Coding Challenge 1 Notes
- Calculate BMI (Body Mass Index)
- If / else Statements Notes
- Boolean Logic Notes
- The Ternary Operator and Switch Statements Notes
- Truthy and Falsy Values and Equality Operators Notes
- Coding Challenge 2 Notes
- Calculate the average score for basketball teams
- Calculate the final paid amounts in an restaurant (bill + tips).
- Calculate BMI (Body Mass Index) implement with objects and methods.
- An advanced way to calculate BMI (Body Mass Index) implement with all the concept learned.
Section 3: How JavaScript Works Behind the Scenes notes
- Execution Contexts and the Execution Stack
- Execution Contexts in Detail: Creation and Execution Phases and Hoisting
- Scoping and the Scope Chain
- The 'this' Keyword