DEV Community

Discussion on: What's new and interesting in JavaScript?

Collapse
 
jacobmgevans profile image
Jacob Evans

Const thing = const {something: here}

I hope the const on the value is decided to be immut or something else. The immutable keyword for values would be a game changer.