Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. /*
  2. above example
  3. */
  4. rocky.buy = function() {
  5. console.log("Buy the Movie");
  6. };
  7. rocky.buy();
  8. // Buy the Movie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement