DEV Community

Discussion on: What’s the deal with Object.prototype.hasOwnProperty.call()?

Collapse
 
page_source profile image
Satyam Mishra

I think we can use more explanation about this binding in hasOwnProperty function when we write this statement Object.prototype.hasOwnProperty.call(objRef, 'propName') ?