DEV Community

Discussion on: The difference between x++ and ++x

 
isaacleimgruber profile image
IsaacLeimgruber

Yeah I mean some optimisation are good and some are detrimental to understanding. However I think arrow functions is the first kind :)

Thread Thread
 
somedood profile image
Basti Ortiz

Right you are, my friend! 😉 One has to crawl before they could walk. In this case, one has to type function() {} before they could type () => {}.