Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.1 Conclusion

Functional programming with JavaScript is a completely different paradigm than what we're used to, and it requires us to rethink how we approach common problems. Functional programming can be elegant and expressive, and with concepts like composition and currying, we have some pretty ingenious ways of reusing code.

My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thank you for watching!

4.1 Conclusion

Functional programming with JavaScript is a completely different paradigm than what we are used to. And it requires us to rethink how we approach common problems. It may require us to write some extra code, but there's no denying its expressive nature. And with concepts like composition and currying, we're given some pretty ingenious ways of how to reuse code. Of course, we've barely scratched the surface of what's possible and available with functional programming. So if you're intrigued by anything you learned in this course, I encourage you to continue learning about functional programming. It truly is a great way to approach software development. Thank you so much for watching this course. Please feel free to contact me through Twitter or the Tuts+ forums if you have any questions. From all of us here at Tuts+, thank you and I will see you next time.

Back to the top