In typescript and js you get immutable references, but the data is mutable. Definitely not the same thing

You have `as const`. Yes I know it's not enforced at runtime, but the type system does support it.

There’s Object.freeze for enforcing at runtime.