Guest User

Untitled

a guest
Feb 23rd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function MyType(){
  2.  
  3. }
  4.  
  5. var foo = new MyType();
  6.  
  7. foo instanceof MyType; //true
Advertisement
Add Comment
Please, Sign In to add comment