Skip to content

Instantly share code, notes, and snippets.

@lelouchB
Created September 29, 2019 05:18
Show Gist options
  • Save lelouchB/a9607d40c556cf0e6fdd65d046bccf1b to your computer and use it in GitHub Desktop.
Save lelouchB/a9607d40c556cf0e6fdd65d046bccf1b to your computer and use it in GitHub Desktop.
/*
above example
*/
rocky.buy = function() {
console.log("Buy the Movie");
};
rocky.buy();
// Buy the Movie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment