▲ A f**king rant about f**kig const vs f**king let at jamie.build▼7 up and 9 down, posted by remotesynth 2432 days ago 10 comments
alonronin 2432 days ago. link -1 point ▲ ▼const only make sure you cannot REASSIGN the variable again. if you wish to have immutable objects use (https://github.com/mweststrate/immer) or immutable.js. linters do have rules for prohibiting side affects (https://eslint.org/docs/rules/no-param-reassign)