anabel@anabela·Oct 10

6️⃣ Looping - Checking if a property exists on the object

If you want to see if a property exists within the object or has been inherited you can by using:

'Object.prototype.hasOwnProperty()'

This will return a boolean value for every property, see the 🖼️ for more... 13/15

Post by @anabela.lens