Use this checklist to track your progress and easily search each topic on YouTube or the web.
[x] What is JavaScript?
[x] JavaScript Variables (let
, const
, var
)
[x] JavaScript Data Types Explained
[x] JavaScript Operators (Arithmetic, Logical, Comparison)
[x] JavaScript Conditionals (if
, else
, switch
)
[x] JavaScript Loops (for
, while
, do...while
, for...of
, for...in
)
[x] Function Declarations vs Expressions
[x] Arrow Functions in JavaScript
[x] Function Parameters and Arguments
[x] Using the Return Keyword
[x] JavaScript Scope (Global vs Local)
[x] Introduction to Closures