Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var object = {
  2. 'testkey': {
  3. testfunction: function() {
  4. // will return testfunction
  5. console.log(Object.keys(this));
  6. }
  7. }
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement