Guest User

Untitled

a guest
Jan 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /*
  2. * Sometimes, when I need these functions I totally forgot'em
  3. *
  4. */
  5.  
  6. b = new a;
  7.  
  8. // returns functions of that object
  9. var f = Object.getPrototypeOf(b);
  10.  
  11. // returns the properties
  12. var p = Object.getOwnPropertyNames(b);
Add Comment
Please, Sign In to add comment