Episode

Arrow and anonymous functions [39 of 51]

JavaScript offers the ability to pass functions into functions for callbacks and other purposes. While this can be done by using the classic syntax, it can be a little verbose. We'll highlight how you can create arrow (sometimes called "fat arrow") functions to help make your code a little terser.

#JavaScript #Beginners #Tutorial #NodeJS

Node.js