mbeaudru / modern-js-cheatsheet

Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.

Home Page:https://mbeaudru.github.io/modern-js-cheatsheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

const is not mutable, right?

kotpal opened this issue · comments

If so the table that shows Scope/Reassignable/Mutable/Hoisting for const/let/var should be updated

const variables are mutables, see this discussion to learn more 👍 .