Completed
- ECMAScript
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JavaScript Crash Course - 2021
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Your First Javascript Code
- 3 - How Javascript works
- 4 - ECMAScript
- 5 - Visual Studio Code
- 6 - NodeJS
- 7 - Running JavaScript with NodeJS
- 8 - Comments
- 9 - Quotes and Colons
- 10 - Variables
- 11 - Data Types
- 12 - Naming Variables
- 13 - Strings
- 14 - Objects
- 15 - Boolean
- 16 - Arrays
- 17 - Arithmetic Operations
- 18 - Functions
- 19 - Built in Functions
- 20 - Loops
- 21 - Other Types of Loops
- 22 - While Loops
- 23 - Do While Loops
- 24 - Break and Continue
- 25 - Increment and Decrement Operators
- 26 - Comparison Operators
- 27 - Logical Operators
- 28 - If Statements
- 29 - Ternary if statements
- 30 - Switch Statements
- 31 - Hoisting
- 32 - Ternary if statements
- 33 - Let Keyword
- 34 - Const Keyword
- 35 - Const vs Let Keywords
- 36 - Outro