GitbookIO / javascript

GitBook teaching programming basics with Javascript
https://gitbook.gitbook.io/learn-javascript/
Apache License 2.0
3.56k stars 1.01k forks source link

Immutable object #112

Closed arpitansu closed 3 years ago

arpitansu commented 5 years ago

How to declare an object whose values cannot be changed

mathieudutour commented 3 years ago

IMO that's not something that needs to be learned when learning JavaScript. After coding for 10 years, I'm still to use it