By now, you've seen a small glimpse of what functional programming can do. But what exactly is functional programming? What makes one language functional and not another? What makes one programming style functional and not another?
In this chapter, we will first answer these questions and then cover the core concepts of functional programming:
map()
, filter()
, and reduce()
functions