Why const isn't always constant in JavaScript
Table of Contents:
Introduction
Why const isn't always constant in JavaScript and TypeScript
How this relates to state managers
How this impacts React
How to make an object immutable
Conclusion
Introduction
When we declare a variable with the...
mohamedzhioua.hashnode.dev4 min read