Arrow Functions in JavaScript: A Simpler Way to Write Functions
In the world of standard JavaScript functions, the keyword this is a shapeshifter. It changes its identity based on who called it, often leading to the infamous .bind(this) hacks of the past. But Arro
jswithrachit.hashnode.dev4 min read