DEV Community

Discussion on: Demystifying "const" variables in JavaScript

Collapse
 
georgecoldham profile image
George

Functional and immutable Js makes code more readable and maintainable imo. I almost exclusively use const, I have yet to find a scenario where I need to change this.