Closed robertcoopercode closed 6 years ago
Using arrow functions eliminates the need to bind this for each method since arrow functions do this implicitly. This commit simplifies the code further and will help the reader focus on the other ideas presented in the article.
this
Using arrow functions eliminates the need to bind
this
for each method since arrow functions do this implicitly. This commit simplifies the code further and will help the reader focus on the other ideas presented in the article.