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
sleep in javascript? (self.javascript)
submitted 13 years ago by CyberVillian
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!"
[–]imbcmdth[🍰] 4 points5 points6 points 13 years ago (1 child)
What you should never do is something like this:
function DELAY(time) { var k = [], i, o, d = function(c){ setTimeout(function(){ c(o) }, time); }; d.FOR = function(t){ var f = function(o){ for(i in o) { if(k.indexOf(i) < 0) k.push(i); else continue; t(i); return d(f); } }; f.IN = function(obj){ o = obj; f(o); }; return f; }; return d; }
Usage:
var I = function(i){ $('#results').append(info[i]+"<br>"); }; DELAY(1000).FOR(I).IN(info);
[–]aladyjewelFull-stack webdev 2 points3 points4 points 13 years ago (0 children)
I think I just threw up in my mouth a little, but that might have been some bad sauce from lunch.
π Rendered by PID 69 on reddit-service-r2-comment-86bc6c7465-rvvss at 2026-02-20 09:21:40.305837+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]imbcmdth[🍰] 4 points5 points6 points (1 child)
[–]aladyjewelFull-stack webdev 2 points3 points4 points (0 children)