Variables & DataTypes in JavaScript
Variables in JS
Variables are like containers for data, i.e., they store the data.They get memory location in which they store the data
They can be iniciated using :
let : let is used to initiate the variable when we want to change the contents of t...
karan5772.hashnode.dev4 min read