#const
Read more stories on Hashnode
Articles with this tag
ES2015 (ES6) introduced the const keyword to define a new variable. The value of a constant (const) can't be changed through reassignment Variables...