JS Handbook
Q. When should you use Arrow functions in JavaScript? What is the `this ?
Apart from being cleaner to read, arrow functions help in avoiding bugs related to the 'this' within callbacks, it because easier for a programmer to predict the value of this....
blog.biswa.co5 min read