Hacker News new | ask | show | jobs
by AgentME 4114 days ago
const / final in most languages don't prevent the object from being mutated. They just stop the variable binding from being changed.