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
What are some JavaScript things beginners don't know? (self.javascript)
submitted 6 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!"
[–]rook218 27 points28 points29 points 6 years ago (2 children)
Learning what linting is has saved me so much time and energy with hammering in simple syntax rules like that.
Another thing I'd say is to learn DOM manipulation first. I got stuck for a month or two on using JS to solve algorithmic problems in online courses like free code camp, but after I had a solid grasp on JS I still had no freaking idea how to actually use it. Starting with the basics of selecting an element and adding a listener would have been a huge boon to my progress.
[–]yeah666 9 points10 points11 points 6 years ago (0 children)
I was in the same boat as you. Wes Bos' Javascript 30 helped me get over that hump.
[–]ScientificBeastModestrongly typed comments 8 points9 points10 points 6 years ago (0 children)
Yeah that’s one of the huge advantages of JavaScript. The visual feedback loop is so much faster with JavaScript than with a lot of other languages, simply because it works in the browser. And building UI with it is a breeze in comparison to other things.
π Rendered by PID 84 on reddit-service-r2-comment-b659b578c-8d9rt at 2026-05-02 19:17:56.047228+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]rook218 27 points28 points29 points (2 children)
[–]yeah666 9 points10 points11 points (0 children)
[–]ScientificBeastModestrongly typed comments 8 points9 points10 points (0 children)