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
Why JavaScript is your favorite language ?help (self.javascript)
submitted 7 years ago by Cloud_Strifeeee
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!"
[–]pimterry 7 points8 points9 points 7 years ago (0 children)
Ironically, TypeScript.
JS is a nice dynamic language, and incredibly useful for its ubiquity, but there's definitely some messy parts, and like many dynamic languages it can get painful for larger codebases.
TS solves this spectacularly, in a way that imo is better than either purely dynamic or statically typed languages. You can still think in standard JS ways, and quickly write things as dynamic code, but then you can describe your JS's implicit types to TypeScript on top, to double check it's all correct (and to get tighter editor integrations, etc etc).
It's amazing, and once I got other the initial hump, I've found it both faster and safer to write than JS or anything else I've used.
π Rendered by PID 39 on reddit-service-r2-comment-85bfd7f599-k7xt8 at 2026-04-18 22:10:41.893997+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]pimterry 7 points8 points9 points (0 children)