Skip to content

Instantly share code, notes, and snippets.

@vmarchesin
Created September 11, 2018 20:54
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 vmarchesin/60642a26484006dc400366e31524c619 to your computer and use it in GitHub Desktop.
Save vmarchesin/60642a26484006dc400366e31524c619 to your computer and use it in GitHub Desktop.
Javascript Arrow Functions and Closure
sitAndBark() {
setTimeout(() => { console.log(`Woof, my name is ${this.name}`) }, 1000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment