Object.assign
Object.freeze
Object.hasOwn
Freezes an object so that no new properties can be added or removed.
Object.freeze(obj): Readonly<T>