What is the instanceof operator in JavaScript?

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-03-15T17:50:19Z Indexed on 2010/03/15 17:59 UTC
Read the original article Hit count: 332

Filed under:
|
|

What is the instanceof operator in JavaScript?

I saw this in a blog post by John Resig, and didn't understand what does it means in regular JavaScript code (without that library).

© Stack Overflow or respective owner

Related posts about instanceof

Related posts about JavaScript