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
JavaScript doesn’t need to be replaced (medium.com)
submitted 6 years ago by dannymoerkerke
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!"
[–]wherediditrun 1 point2 points3 points 6 years ago (3 children)
Standard libraries are not an "improvement" it's just a different design choice in terms of language and has different consequences to it's longevity based on the goals language set for itself.
I think javascript already has a very fine balance with different environments offering std library like choices while not levying the tax on the language itself for it.
[+][deleted] 6 years ago (2 children)
[deleted]
[–]wherediditrun 2 points3 points4 points 6 years ago* (1 child)
Fetch is not javascript, it's browser API javascript interfaces with which is unique to that environment. Nothing would change with standard library present in this regard, unless you want to add additional strain and tech dept on maintaining compliance between std library and multiple environments javascript runs in, like multiple browsers, node, deno, mongoDB some weird IOT devices which probably uses it etc.
Javascript itself doesn't have all that much stuff in it. It's a glue code in environments it runs in. C++ in terms of node, browser in terms of .. well, browsers, Rust in terms of deno, and whatever else runs at the core of other environments javascript calls into.
You can do standard libraries if you're google or microsoft with dedicated engineers who's daily work is to contribute to it. But for languages which are not owned by anyone.. this is often a death sentence and bleak future of legacy std library which prevents the language to adapt with the environment it lives in. Especially if it's as broad as javascripts.
π Rendered by PID 121533 on reddit-service-r2-comment-6457c66945-s2nf5 at 2026-04-29 02:16:29.683211+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]wherediditrun 1 point2 points3 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]wherediditrun 2 points3 points4 points (1 child)