July 2017
— Person is x
Let me rewrite this in my own perspective, maybe you can see whats wrong with my interpretation:with OTBS:
const compose = function (...funcs) { function (x) { funcs.reduce(function (x, f) { f(x); }, x); }};
— OTBS?
— A brace style I use
— Just missing return statement
— Oh right! implicit return!
— :P
— Durrr! Haha
— A => b => c =>
— Amazingly powerful
— I use it myself and I totally forgot about it just now
— Brain fart