Skip to content

Instantly share code, notes, and snippets.

@nkhil
Created October 1, 2018 20:39
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 nkhil/0d7c8da1d237d2fd6ccdd7b8d59fa231 to your computer and use it in GitHub Desktop.
Save nkhil/0d7c8da1d237d2fd6ccdd7b8d59fa231 to your computer and use it in GitHub Desktop.
Lexical Scope of Arrow Functions
const something = ()=>{
console.log(this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment