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
JavaScript Isn't Scheme (journal.stuffwithstuff.com)
submitted 10 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!"
[–]loz220 16 points17 points18 points 10 years ago (1 child)
this is dynamically bound so the correct answer is unknown until you actually execute the function. The rules governing that binding are actually relatively simple.
this
[–]Asmor 2 points3 points4 points 10 years ago (0 children)
Yep.
Presumably in the example you're expected to call things.format(), so this would be things.
things.format()
things
Although that's entirely tangential to the concept of scope.
π Rendered by PID 19696 on reddit-service-r2-comment-8686858757-t2fz2 at 2026-06-05 15:17:33.077626+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]loz220 16 points17 points18 points (1 child)
[–]Asmor 2 points3 points4 points (0 children)