6 ms·
"Ok, here we go. Does code like this look at all familiar?" No, because I use Array.prototype.filter(), Array.prototype.map(), and Array.prototype.reduce() to
by faldore 12y ago
"Ok, here we go. Does code like this look at all familiar?"
No, because I use Array.prototype.filter(), Array.prototype.map(), and Array.prototype.reduce() to accomplish these things...
- CrossEye 12y agoYeah, I probably shouldn't have cribbed the example from my old "Intro to Functional Programming" talk...