Guest User

Untitled

a guest
Jan 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. // another example
  2. myObject.newFunction = function() {console.log(this)}
  3.  
  4. myObject.newFunction()
  5. >> {a: 100, b: 50, mySum: ƒ, newFunction: ƒ}
Add Comment
Please, Sign In to add comment