#es6
Read more stories on Hashnode
Articles with this tag
There are three ways we can declare variables in javascript i.e var, let, and const. var is an old way of declaring variables in javascript since it...