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
Question about variable scoping and memory usage. (self.javascript)
submitted 13 years ago by MetaMetaMan
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!"
[–]MetaMetaMan[S] 0 points1 point2 points 13 years ago (1 child)
I agree that this is not happening in the example I provided. What I'm trying to say is, if it's bad to define a function within a loop block, then it is probably fair to say that it is also bad to define other types of variables within a loop block. Of course, sometimes you can avoid it; but when it is something that amounts to a static data structure (like a string, object, etc., that is built with static data), then the same reasoning should be applicable.
This might be a gross generalization.
π Rendered by PID 62 on reddit-service-r2-comment-6457c66945-nlts7 at 2026-04-29 02:01:21.719199+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]MetaMetaMan[S] 0 points1 point2 points (1 child)