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

Pages: 1-

Underscore.JS

Name: Anonymous 2014-07-12 0:40

Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. It’s the answer to the question: “If I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?” … and the tie to go along with jQuery's tux and Backbone's suspenders.

Underscore provides 80-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of forEach, map, reduce, filter, every, some and indexOf.

Name: Anonymous 2014-07-12 6:13

Why not just use a real language and compile it down to Javashit?

Name: Cudder !MhMRSATORI 2014-07-13 3:47

“If I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?”

A brain, to think and realise that you probably shouldn't use JS at all.

Name: Anonymous 2014-07-13 8:43

>>3
Shalom!

Name: Anonymous 2014-07-13 9:14

>>3
But what if its some normie's computer and you need to find 100! AMD all you have is IE6?

Name: Anonymous 2014-07-15 0:50

>>5
C -> emscripten -> JS

Name: Anonymous 2014-07-15 0:54

>>5
Don't worry, I've found the answer and it is
factorial(100);
9.33262154439441e+157

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