Published Apr 17 2019
Called on an object instance, accepts a string as argument. If the object has a property with the name contained in the string argument, it returns true
. Otherwise it returns false
.
Example:
const person = { name: 'Fred', age: 87 }
person.hasOwnProperty('name') //true
person.hasOwnProperty('job') //false
I wrote an entire book on this topic 👇
I also got a super cool course 👇
© 2023 Flavio Copes
using
Notion to Site
Interested in solopreneurship?