#es6
Read more stories on Hashnode
Articles with this tag
Var, Let and Const are the three different keywords used in JavaScript to declare variable .Out of these , var and let are mutable keyword, that means...