Understanding Variables and Data Types in JavaScript
πΉ What is a Variable?
A variable is a named storage for data. You can think of it like a labeled box where you keep something for later use.
Declaring Variables
JavaScript provides three keywords to
js-foundation.hashnode.dev3 min read