D47: An Eloquent Callback

Today I finished the exercises from chapter 5 of Eloquent JavaScript, Higher Order Functions and read an article on callback functions, Understand JavaScript Callback Functions and Use Them.  They have both helped me understand the concept more than just the FCC content. If nothing else I didn’t come away from FCC understanding that filter, map, and reduce all work on objects as well as arrays.

Leave a comment