SSSATYAM SHARMAinsatyamexxe.hashnode.dev·Mar 15 · 3 min readArrow Functions in (JavaScript) A Simpler Way to Write Functions When writing JavaScript, we often create small helper functions. Earlier we used the traditional function syntax, but modern JavaScript introduced arrow functions to m00