From the course: Learning Functional Programming with JavaScript ES6+

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Advanced functional concepts

Advanced functional concepts - JavaScript Tutorial

From the course: Learning Functional Programming with JavaScript ES6+

Start my 1-month free trial

Advanced functional concepts

- [Instructor] So far in this course we've covered a wide range of functional topics. We've learned how to think about our programs in a more functional way by covering the three main concepts. We've learned to work with first-class functions in various applications of doing so. And finally, we looked at how we can work with arrays in a functional way. The things we've learned up until now are extremely useful, and knowing these concepts and applying them in your code base will quickly show you the positive impacts they provide. But before we wrap up this course, there are two more concepts I'd like to cover with you. These concepts are recursion and partial application. Keep in mind that these concepts are more advanced, so don't worry if they don't really click with you at first. Furthermore, what I'll be covering in this course with regards to these concepts is only the tip of the iceberg, and a whole course could probably be made about each of these concepts alone. That being…

Contents