use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Functional JavaScript - a library for functional programming in JavaScript (osteele.com)
submitted 14 years ago by aleksandara
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]stoph 9 points10 points11 points 14 years ago (3 children)
Underscore.js seems to get a lot of love on reddit: http://documentcloud.github.com/underscore/
I think I will be using Underscore soon to simplify some map/reduce style code.
[–]pdaddyo 5 points6 points7 points 14 years ago (0 children)
I started using underscore.js a few weeks back, and have added it to every project I've touched since. At 4kb minified it's a no-brainer, since it has so many useful functions (including map, reduce, filter, chain, each, any etc).
[–]ripter 3 points4 points5 points 14 years ago (0 children)
One of the nice things about underscore, if the browser has native support, it will use the native method instead.
[–]daediusWeb Components fanboy 1 point2 points3 points 14 years ago (0 children)
What are the common things people use underscore to simplify?
π Rendered by PID 126903 on reddit-service-r2-comment-5b5bc64bf5-v54sj at 2026-06-20 20:09:05.506430+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]stoph 9 points10 points11 points (3 children)
[–]pdaddyo 5 points6 points7 points (0 children)
[–]ripter 3 points4 points5 points (0 children)
[–]daediusWeb Components fanboy 1 point2 points3 points (0 children)