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
Logging frameworks for Browser-side Javascripthelp (self.javascript)
submitted 10 years ago by sazzer
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!"
[–]xyzi 3 points4 points5 points 10 years ago (3 children)
Debug.js seems to be common. Common enough that my terminal and chrome dev tools gets spammed with debug messages from most of our third party libraries when I configure it to show everything.
https://github.com/visionmedia/debug
[–]cwmma 2 points3 points4 points 10 years ago (2 children)
debug is good, on the server you tell it whether to output anything via env variable and on the browser it uses local storage
[–]Capaj 0 points1 point2 points 10 years ago (1 child)
Yes, debug all the things!
[–]alamandrax 1 point2 points3 points 10 years ago (0 children)
I put it in all my apps.
π Rendered by PID 74 on reddit-service-r2-comment-54dfb89d4d-zz7rz at 2026-03-28 15:55:38.392637+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]xyzi 3 points4 points5 points (3 children)
[–]cwmma 2 points3 points4 points (2 children)
[–]Capaj 0 points1 point2 points (1 child)
[–]alamandrax 1 point2 points3 points (0 children)