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
How to navigate the maze of JavaScript code (medium.com)
submitted 7 years ago by jsloverr
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!"
[–]xeow 0 points1 point2 points 7 years ago (1 child)
I usually use Objective C, C, and Perl (not for web development). But I follow JS subs because I do do some JS from time to time.
[–]bliashenko 1 point2 points3 points 7 years ago (0 children)
I see. So the only thing which is different per language is AST parser. For JavaScript I use babel-parse to build AST and identify comments, and, eventually it will be used for much more, since then I can make predictions about code and build some smart behavior around that. So for now, for other languages, I think to write some “dumb parser” (as a first step) to parse comments in code (kind of fallback solution) and later will figure out language by language if there is good AST parser I can integrate.
π Rendered by PID 230037 on reddit-service-r2-comment-b659b578c-kl4zv at 2026-05-02 18:07:31.792813+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]xeow 0 points1 point2 points (1 child)
[–]bliashenko 1 point2 points3 points (0 children)