This with Arrow function
In arrow functions, the this keyword behaves differently compared to regular functions. Arrow functions do not have their own this context; instead, they inherit the this value from the enclosing lexical scope. This behavior is often referred to as "...
piyushagrawal.hashnode.dev2 min read