Connecting dots between 'this' keyword , bind() and arrow function in JavaScript class.
If you have ever written classes in react (now people use hooks) . Before React came up with hooks to make things simpler it had class-based components and very few functional components. Even so, the function-based components were looked down upon b...