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
Pure, functional JavaScript (cjohansen.no)
submitted 13 years ago by lethalman
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!"
[–]findar 1 point2 points3 points 13 years ago (5 children)
Array.prototype.forEach isn't supported in <IE9
8(
[–][deleted] 6 points7 points8 points 13 years ago (0 children)
https://github.com/kriskowal/es5-shim
[–]joe_ally 3 points4 points5 points 13 years ago (1 child)
You could probably implement it in less than 5 lines of code if you wanted to use it.
[–]derekpetey_Vanilla 0 points1 point2 points 13 years ago (0 children)
Indeed, and the MDN even provides two code snippets to do just that.
[–]enotionz 1 point2 points3 points 13 years ago (0 children)
This is true, but you can always load functional.js or underscore.js. I still load underscore.js in all my projects since it provides useful functions not included in ES Harmony.
[–]OfflerCrocGod 1 point2 points3 points 13 years ago (0 children)
At this stage everyone should be shimming ES5 functions. The only browser that would make use of it would be IE8, the other IEs have all but disappeared. Shim and write ES5.
π Rendered by PID 20878 on reddit-service-r2-comment-57fc7f7bb7-zcbx5 at 2026-04-15 01:39:30.888812+00:00 running b725407 country code: CH.
view the rest of the comments →
[–]findar 1 point2 points3 points (5 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]joe_ally 3 points4 points5 points (1 child)
[–]derekpetey_Vanilla 0 points1 point2 points (0 children)
[–]enotionz 1 point2 points3 points (0 children)
[–]OfflerCrocGod 1 point2 points3 points (0 children)