Sunday, 11 August 2013

javascript: difference between instanceof and constructor property

javascript: difference between instanceof and constructor property

Is a instanceof b exact equals to a.constructor === b?
if not, please tell me the difference between these
Thanks in advance

No comments:

Post a Comment