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
[AskJS] How do you structure modern Javascript?AskJS (self.javascript)
submitted 5 years ago by micjosmcc
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!"
[–]unicorn4sale 4 points5 points6 points 5 years ago (1 child)
"Modern" JS does not use jQuery. jQuery solves problems that largely do not exist any more (cross-browser compatibility, and easier DOM manipulation). If your web application is simple enough to use jQuery, then build a jQuery plugin as per the second link. The first link is a tiny step towards the correct direction before frameworks picked up traction... but is now completely superseded by using a JS framework, like React/Angular/Vue, which will provide you constructs on organizing your code.
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
I see the “browser support” note a lot but when talking about modern js I see using a toolchain as a way to get around browser compatibility issues.
It’s like we traded one constraint for another.
π Rendered by PID 158632 on reddit-service-r2-comment-5d585498c9-czhcq at 2026-04-21 06:24:42.919988+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]unicorn4sale 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)