Understanding Variables & Data Types in JavaScript — A Beginner’s Guide
TL;DR
Variables are named boxes that store values. JavaScript has three common ways to declare variables — var, let, and const — and a few primitive data types (string, number, boolean, null, undefine
blog.rithbanerjee.site7 min read