Episode

Demo: Arrow and anonymous functions [40 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.

Learn more at: https://github.com/microsoft/beginners-intro-javascript-node
Watch the entire series: https://aka.ms/BeginnersSeriesToJavaScript

#JavaScript #Beginners #Tutorial #NodeJS