πŸ“¦ What is a variable? A labeled box that stores a value so you can use it later. JavaScript gives you three ways to create one: var, let, and const.

Source: [Dev.to](https://dev.to/briankipchirchir77/day-1-variables-data-types-operators-emo)

Sponsored