When and why you should use ES6 arrow functions/tradional function — and when you shouldn’t
May 19, 2022 · 7 min read · In this article, you'll learn about JavaScript arrow functions and regular functions, what the major difference between them is, and when we should use one over the other. You'll see lots of examples that illustrate how they work. Table of contents ...
Join discussion