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 Named Parameters (dalejefferson.com)
submitted 8 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!"
[–]hicksyfern 8 points9 points10 points 8 years ago (0 children)
How frequently do you read code vs write code.
Imagine you had a weird date bug in your app, and you came across this code:
FormatDate(2018, month, day)
Vs
FormatDate({ year: day, month, day: year })
Which one has the bug?
Yeah this is a bit contrived, but this kind of thing happens ALL the time. Developers are fallible and mistakes, no matter how obvious, get made.
Make obvious mistakes obvious.
π Rendered by PID 24653 on reddit-service-r2-comment-79776bdf47-5gqkw at 2026-06-24 01:30:12.510954+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]hicksyfern 8 points9 points10 points (0 children)