← You use `obj.hasOwnProperty(key)` to check property ownership. It can silently fail. `Object.hasOwn()` is the safe replacement.
Playground
Object.hasOwn() — interactive playground
preview
Edits run in a sandbox in your browser — nothing is saved and nothing leaves the page.