🏠 New in High Baseline Support: Object.hasOwn()
September 14, 2024
The Object.hasOwn() static method checks whether an object has a given property. It’s a more robust alternative to the Object.prototype.hasOwnProperty() method.
Source features
javascript.builtins.Object.hasOwn[mdn]