Skip to content

Instantly share code, notes, and snippets.

@aherve
Created December 13, 2016 12:40
Show Gist options
  • Select an option

  • Save aherve/979d1d6420ec5f8c0a86e1339eefe1db to your computer and use it in GitHub Desktop.

Select an option

Save aherve/979d1d6420ec5f8c0a86e1339eefe1db to your computer and use it in GitHub Desktop.
asyncGreet () {
this.someThingAsync()
.then(this.greet.bind(this))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment