Shades of 'this' in JavaScript
Overview
Depending on where it is used, this behaves differently: in the global space¹, inside a regular function², within an object's method³, in an arrow function⁴, a callback function⁵, or an event handler⁶.
There are nuances between strict and ...
rxbin.hashnode.dev6 min read