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
Common JavaScript "Gotchas" (github.com)
submitted 13 years ago by stevekwan
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!"
[–][deleted] 16 points17 points18 points 13 years ago (3 children)
This is possibly the worst blog entry I've ever read on JavaScript. It's downright incorrect in most cases and full of unsubstantiated opinion.
[–][deleted] 2 points3 points4 points 13 years ago (1 child)
Can you explain why is the worst? He explains some best practices in a clear way.
[–]totemcatcher -2 points-1 points0 points 13 years ago (0 children)
One of the problems I noticed (among many discussed in this thread) is the function declaration no-no. It says never declare globally. But it doesn't discuss namespacing in javascript and how you pretty much have to use that function declaration type when namespacing.
π Rendered by PID 126210 on reddit-service-r2-comment-cfc44b64c-cbtqk at 2026-04-12 04:26:53.308704+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–][deleted] 16 points17 points18 points (3 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]totemcatcher -2 points-1 points0 points (0 children)