JavaScript Variables and Data Types Explained with Fun & Real-World Examples (You Won't Forget!)
TL;DR:
JavaScript has 9 data types: String, Number, BigInt, Boolean, Undefined, Null, Symbol, Array and Object. Additionally, JavaScript provides three ways to declare variables: var, let, and const, plus the concept of undeclared variables. But don’...