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...
Sep 26, 20234 min read165
