Skip to content

Instantly share code, notes, and snippets.

@collin
Created October 17, 2017 22:30
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 collin/4696eab101bea494c998922189b150b3 to your computer and use it in GitHub Desktop.
Save collin/4696eab101bea494c998922189b150b3 to your computer and use it in GitHub Desktop.
var foo = {
bar: function () {
console.log(`There are ${this.many} lights!`);
}
}
foo.bar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment