#001 – Introduction and What Is JavaScript ?
#002 – How To Study The Course ?
#003 – Setting Up Environment And Tools
#004 – Work With Chrome Developer Tools
#005 – Where To Put The Code
#006 – Comments And Bad Practice
#007 – Output To Screen
#008 – Console Methods And Styling And Web API
#009 – What Is ECMAScript ?
#010 – Data Types And typeof Operator
#011 – Variables Introduction
#012 – Identifiers Name Conventions And Rules
#013 – Var, Let, Const Compare
#014 – String Syntax And Character Escape Sequences
#015 – Concatenation
#016 – Template Literals (Template Strings)
#017 – Variables And Concatenation Challenge
#018 – Arithmetic Operators
#019 – Unary Plus And Negation Operators
#020 – Type Coercion
#021 – Assignment Operators
#022 – Operators Challenges