#es6
Read more stories on Hashnode
Articles with this tag
Const In ES6, the const keyword is introduced to create constant variables which can't be reassigned after their initial assignment. Attempting to...