I\'m using arrow functions and I\'m debugging with Chrome and Firefox Dev Tool. I am getting, this as undefined, even though the code still works.
this
My a
This might be an issue because JS arrow functions don't have this, the value of this might be referencing the object containing your arrow function, per Arrow functions revisited and MDN's article on Arrow function expressions