Part 2: JavaScript the Hard Parts: Callbacks & Higher Order Functions

preview_player
Показать описание
Part 2 of JavaScript the Hard Parts - Callbacks & Higher Order Functions with Kyle Combs, Senior Software Engineer & Lead Instructor at Codesmith.

Functions like map, reduce and filter are powerful tools and keep our code dry but can be complex to navigate. During this interactive workshop, you will learn how to build these functions from scratch so you can easily implement and debug them in your code.

Specifically, you will learn:
- Building functions like map, reduce, and filter from scratch
- Using higher order functions to keep code clean even in complex situations
- How to diagram through higher order functions and callbacks scenarios

Stay connected to our community!

Follow us to stay updated!
Рекомендации по теме
Комментарии
Автор

Man, I swear to god, I have been struggling with this for the last 4 days, and now you made me see the light at the end of the tunnel. yes, I didn't get it all, but I believed I could understand it. cuz I thought I couldn't in the first place. THANK YOU :)

AbdallahMohamed-swox
Автор

but "push" has its own exec context, but it does not matter in this great lesson

fredpies