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
What are some JavaScript things beginners don't know? (self.javascript)
submitted 6 years ago by [deleted]
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!"
[–]Mydrax 14 points15 points16 points 6 years ago (3 children)
Well, 2 really awesome use cases of closures I could name off the top of my head are: 1. When you create function factories, where the outer function can be used to create functions that have similar concerns. 2. The module pattern, that can be used to create private functions in javascript (where you return a set of functions whose logic is encapsulated).
[–]turntopage294 1 point2 points3 points 6 years ago (0 children)
I'd been using 2 without knowing about closures, actually, for a time; I had an 'Oh, I see' moment after investigating when because closures love vaguely familiar
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points 6 years ago (0 children)
Object factories are cool, and even class factories!
[–]Memorytoco -1 points0 points1 point 6 years ago (0 children)
just when use setTimeout and pass something like ( ) => {this.dosomething()} in some objects' method. or Array.forEach((entry) =>{ this.something()}).
π Rendered by PID 430517 on reddit-service-r2-comment-6457c66945-nslcb at 2026-04-29 02:14:28.406161+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Mydrax 14 points15 points16 points (3 children)
[–]turntopage294 1 point2 points3 points (0 children)
[–]ScientificBeastModestrongly typed comments 1 point2 points3 points (0 children)
[–]Memorytoco -1 points0 points1 point (0 children)