Created
October 1, 2018 20:39
-
-
Save nkhil/0d7c8da1d237d2fd6ccdd7b8d59fa231 to your computer and use it in GitHub Desktop.
Lexical Scope of Arrow Functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const something = ()=>{ | |
console.log(this | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment