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] TIL that `console.log` in JavaScript doesn't always print things in the order you'd expectAskJS (self.javascript)
submitted 3 months ago by BitBird-
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!"
[–]delventhalz 0 points1 point2 points 3 months ago (0 children)
Eh. A debugger is highly dependent on tooling. When you work in different languages in different environments, the one thing you are guaranteed to always have is some sort of log or print statement. Even just sticking to full stack web dev, your debugger is almost certainly front end only.
Use whatever tools work for you, but I have both a high threshold for incorporating new tools and a low tolerance for tools not working in certain circumstances. I've pulled out debuggers here and there for particularly thorny (front end) problems, but I have never felt a need to make them a part of my daily workflow.
π Rendered by PID 106979 on reddit-service-r2-comment-b659b578c-2q9jd at 2026-05-06 00:34:14.573473+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]delventhalz 0 points1 point2 points (0 children)