Var vs Let vs Const in JavaScript - What should you be using?
Basics
First, let's start with describing variables. A variable can be thought of as an indicator to the computer to associate a value with a particular name, and to keep track of it when it is stored in memory.
This allows for the value to be used...
bhavzlearn.hashnode.dev5 min read