This is a draft of stuff related to the weird and wonderful world of modern functional JavaScript, and will probably change over time.
This might serve as an entry point for anyone interested in exploring functional programming in JS who is just starting out. And I have a lot to learn, so I would love to geek out with anyone else who's interested in this stuff too.
There is a great book appropriately named Functional JavaScript that dives into functional concepts using underscore. It goes a long way with just functions (no weird things like monads or types). This is a great place for people to get started with functional programming in JavaScript.