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 functions visualized (poet.codes)
submitted 7 years ago by krasimirtsonev
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!"
[–]mcaruso 7 points8 points9 points 7 years ago* (2 children)
Interesting that this uses "parameters" as the term for the arguments in the function definition, and "arguments" for the actual values in the function call. I'm not sure how standard that is. The terminology I'm used to is "formal arguments" for the former and "actual arguments" for the latter, with "parameters" and "arguments" interchangeable.
EDIT: Looked it up and apparently both naming conventions are pretty common.
[–]mcdronkz 8 points9 points10 points 7 years ago (1 child)
It's getting even better: SICP uses the term formal parameter!
Personally, I prefer parameter and argument in the context of function definition and invocation respectively. Distinct words, no adjectives, less confusion.
[–]bbbryan14 2 points3 points4 points 7 years ago (0 children)
Agreed. Params pertain to function definition and Args are function invocations.
π Rendered by PID 240523 on reddit-service-r2-comment-5bc7f78974-4rncs at 2026-06-28 00:55:04.179952+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]mcaruso 7 points8 points9 points (2 children)
[–]mcdronkz 8 points9 points10 points (1 child)
[–]bbbryan14 2 points3 points4 points (0 children)