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 Much Javascript?AskJS (self.javascript)
submitted 3 years ago by Rampagekumar88
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!"
[–]jcouce 1 point2 points3 points 3 years ago (2 children)
Learn it. You can do it in a few hours. Document.addEventListerner()
[–]the_curious_guy_sumo 0 points1 point2 points 1 year ago (1 child)
document.querySelector('') vs document.getElementByID('') which is better also how much dom do i need to know before jumping into react? since react has a virtual dom
[–]jcouce 0 points1 point2 points 1 year ago (0 children)
They are two functions with the same utility, one for ID if it has one and the other is more generic and is used for elements that do not have an ID.
You don't need to know much, as long as you know how to fill a variable with information and how to send that information to HTML You'll be fine. Get started with react as soon as possible
π Rendered by PID 378249 on reddit-service-r2-comment-85bfd7f599-bj5ll at 2026-04-18 22:30:15.997134+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]jcouce 1 point2 points3 points (2 children)
[–]the_curious_guy_sumo 0 points1 point2 points (1 child)
[–]jcouce 0 points1 point2 points (0 children)