> const does not imply any kind of immutability of the value itself, it only implies immutability of the binding.
So you expected that `const` did the same work as `Object.freeze`?
Since in the post he never mentions Object.freeze, maybe he doesn't know about it?