276 Views
In a previous post we took a first look at arrow functions in ES6. This post will demonstrate another feature of arrow functions, as well as some additional scenarios where you might find arrow functions to be useful. Every JavaScript programmer knows that the this pointer is a bit slippery.
0 comments