JavaScript – The Hard Parts: Callbacks and Higher Order Functions (07/26/18)

For more challenges and videos like this you can work on our online learning platform CSX, make a free account here: https://csx.codesmith.io

Learn more about our program here https://www.codesmith.io/

(This is a live event for Codesmith’s JavaScript – The Hard Parts.)

Throughout this workshop series, we’ll be covering concepts and approaches that 80% of JavaScript engineers do not understand and yet, are at the core of every single successful application.

This is possible because we’ll get to understand the essence of these tough concepts by pair-programming through various challenges to cement the concepts.

This week we cover callbacks and higher order functions. This includes how to handle or recreate the functions:

• map

• reduce

• forEach

This is a concept that 80% of JavaScript engineers do not understand but are at the core of every single successful application

A link to the slides can be found here: https://drive.google.com/file/d/18e2nJUf2QC3JZ_3N07vRSy8G8xvvjA1X/view

You May Also Like