JavaScript
Functional Programming with JavaScript
JavaScript is really suitable for function programming because of functions being first class. Functions being first class means that JavaScript treats them as a type of object.


