🏠 New in Low Baseline Support: Object.hasOwn()
March 14, 2022
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]