Understanding Variables and Data Types in JavaScript
##What variables are and why they are needed?
Variables are container's in a computer memory which is use to store, retrieve and update data.
##How to declare variables using var, let, and const
About
understanding-variables-js-snehashis.hashnode.dev3 min read