JavaScript `Arrow functions`
In JavaScript, an arrow function is a more concise way to write functions, introduced in ES6 (ECMAScript 2015). Arrow functions offer a shorter syntax and behave differently from regular functions in terms of how they handle this binding, making them...
techblog89.hashnode.dev1 min read
M. Azmi Sudrajat
Great post. Concise and clear to understand