Skip to content

jaguilarodrigues/JavaScript_Course

Repository files navigation

JavaScript_Course

Anotatios and examples from "The Complete JavaScript Course 2020"

https://www.udemy.com/course/the-complete-javascript-course/

Notes and examples of the course content

Section 1 : Course Introduction

Section 2 : JavaScript Language Basics

  1. Hello World Notes
  2. Variables and Data Types Notes
  3. Variable Mutation and Type Coercion Notes
  4. Basic Operators Notes
  5. Operator Precedence Notes
  6. Coding Challenge 1 Notes
  • Calculate BMI (Body Mass Index)
  1. If / else Statements Notes
  2. Boolean Logic Notes
  3. The Ternary Operator and Switch Statements Notes
  4. Truthy and Falsy Values and Equality Operators Notes
  5. Coding Challenge 2 Notes
  • Calculate the average score for basketball teams
  1. Functions Notes
  2. Function Statements and Expressions Notes
  3. Arrays Notes
  4. Coding Challenge 3 Notes
  • Calculate the final paid amounts in an restaurant (bill + tips).
  1. Objects and Properties Notes
  2. Objects and Methods Notes
  3. Coding Challenge 4 Notes
  • Calculate BMI (Body Mass Index) implement with objects and methods.
  1. Loops and Iteration Notes
  2. Coding Challenge 5 Notes
  • An advanced way to calculate BMI (Body Mass Index) implement with all the concept learned.

Section 3: How JavaScript Works Behind the Scenes notes

  1. Execution Contexts and the Execution Stack
  2. Execution Contexts in Detail: Creation and Execution Phases and Hoisting
  3. Scoping and the Scope Chain
  4. The 'this' Keyword

About

The Complete JavaScript Course 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published