Arrow Functions in JavaScript: A Simpler Way to Write Functions
The more JavaScript you write, the more functions you write.Small helpers. Math operations. Transformations. Callbacks inside map() and filter(). Functions are everywhere.
And after a while, you start
learnjavascript-by-jarvis.hashnode.dev7 min read