Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Someone Halp!

Name: Anonymous 2010-11-10 2:20

What in the fuck:

Array.prototype.foldr = function(func, initial) {
    return this.reduce(function(sum, x) {
        return function(n) {
            return sum(func(n, x));
        };
    }, function(x){return x;})(initial);
}

Name: Anonymous 2010-11-10 3:11

What kind of help do you want?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List