Why JavaScript?
Learn the benefits of writing functional code in JavaScript.
We'll cover the following...
Compared to other popular languages like Python or Java, functional code written in JavaScript can be concise and elegant. One may argue that Clojure is more concise or the pattern matching and compiler in Haskell is more advanced and powerful. However, if we want to write functional code on the job, JavaScript makes that process easier.
Note: We’ll discuss monads, maps, purity, testing, and most of the other terms mentioned in this lesson in upcoming chapters.