🏠 New in Low Baseline Support: Object.hasOwn()

March 14, 2022

caniuse · mdn · spec

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