Object.freeze
Object.hasOwn
Object.create
Returns a boolean indicating whether the object has the specified property as its own property. (ES2022)
Object.hasOwn(obj, key): boolean