Skip to content

Instantly share code, notes, and snippets.

@kbk0125
Created April 2, 2018 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbk0125/6b5609d283eb637b2170314445fa557f to your computer and use it in GitHub Desktop.
Save kbk0125/6b5609d283eb637b2170314445fa557f to your computer and use it in GitHub Desktop.
cookout.grill("steak");
// "I am going to fire up the grill to cook steak with soda to drink!"
cookout.grill.call(fancyDinner, "steak");
// "I am going to fire up the grill to cook steak with wine to drink!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment