GitHubSign in

A concise syntax for writing function expressions in JavaScript that lexically binds the 'this' value.

"Arrow functions are great for concise one-liner functions and for functions that need to inherit the 'this' context from their parent scope."

@openai