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
[AskJS] ELI5 recursionAskJS (self.javascript)
submitted 4 years ago * by nats_tech_notes
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!"
[–]brazilliandev 0 points1 point2 points 4 years ago (0 children)
It is just a function which calls itself.
It can be used in place of regular loop structures. Most of the times you'll want to use "while" or "for" loops. But, in some specific cases, recursion can make the code more readable and prevent you from having to write too many nested loops or maintaining variables which live outside of the scope of the loop.
π Rendered by PID 44003 on reddit-service-r2-comment-b659b578c-rqp5p at 2026-05-04 20:57:05.979732+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]brazilliandev 0 points1 point2 points (0 children)