DEV Community

Discussion on: JavaScript 101: Arrow Functions

Collapse
 
davegomez profile image
David Gómez

You are not binding the context by using an arrow function, it doesn't work that way.

More info here: github.com/getify/You-Dont-Know-JS...