Understanding Variables and Data Types in JavaScript
A beginner-friendly guide to how JavaScript stores information using variables and different kinds of values
Mar 30, 20265 min read

Search for a command to run...

Series
A step-by-step series for building a strong JavaScript foundation through variables, operators, control flow, and functions.
A beginner-friendly guide to how JavaScript stores information using variables and different kinds of values

A beginner-friendly guide to the operators JavaScript uses for math, comparison, logic, and assignment

A beginner-friendly guide to how JavaScript makes decisions using if, else if, else, and switch

A beginner-friendly guide to two common ways of creating functions in JavaScript and how they behave differently

A beginner-friendly guide to arrow function syntax, implicit return, and how arrow functions differ from normal functions
