September 2024
Beginner to intermediate
985 pages
35h 37m
English
Besides object-oriented programming, introduced in the previous chapter, functional programming is another important programming paradigm that plays a central role in JavaScript. In this chapter, we briefly present various functional concepts. More complex topics are beyond the scope of this book.
JavaScript is a programming language that contains concepts from object-oriented programming (as you saw in the previous chapter) and concepts from functional programming. But what does functional programming mean, anyway? What’s the difference between it and object-oriented programming? We’ll answer these and other questions in this chapter and also show you how to program functionally with JavaScript.
Read now
Unlock full access