During the Christmas Holiday I followed the following great online course: Professor Frisby Introduces Composable Functional JavaScript.
Course description:
This course teaches the ubiquitous abstractions for modeling pure functional programs. Functional languages have adopted these algebraic constructs across the board as a way to compose applications in a principled way.
We can do the same in JavaScript. While the subject matter will move beyond the functional programming basics, no previous knowledge of functional programming is required. You'll start composing functionality before you know it.
If you have 2 hours of spare time, it is a great introduction into the functional programming world. And best of all, it’s free!
Tip: Keep your JSFiddle open and type along during the training…