Because this isn't immutability. The goal is to have a way to define an object that will never change after initialisation, and JS's const isn't it.
Because this isn't immutability. The goal is to have a way to define an object that will never change after initialisation, and JS's const isn't it.
Clearly that isn't the goal.
By "the goal", I mean TFA's, not JS's.