Y
Hacker News
new
|
ask
|
show
|
jobs
by
dangoor
3901 days ago
const a = icepick.freeze({b: "foo"});
Granted, that's not as elegant as built-in support but that is literally what I'm doing at the moment when I want immutability.
1 comments
Touche
3901 days ago
So if you go to extraordinary lengths you can use JavaScript functionally but it's not very functional by default aside from the first-class functions. Personally I just embrace it's imperative/functional blended nature and go with it.
link