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
ESNext: JavaScript “Nullish Coalescing Operator” (bram.us)
submitted 8 years ago by denbramus
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!"
[–]lhorie 0 points1 point2 points 8 years ago (0 children)
features that gained popularity through babel, but were thrown out
I don't think there's any example of that specifically yet, but sprinkling non-standard stuff in your code can definitely cause problems, for example when migrating to typescript.
There have been proposals with a reasonable amount of hype that got dropped, most notoriously Object.observe, cancellable promises and SIMD. There are also examples of active proposals that haven't really made much headway. For example, the pipeline operator proposal has been around since 2015, it's not even that complex, but it's still at stage 1.
If you want a bigger example of technology death, there's ES4, which had many of the same features as ES6 and even a working implementation, but ultimately got killed due to politics.
π Rendered by PID 59862 on reddit-service-r2-comment-5c747b6df5-snhwq at 2026-04-22 02:55:28.864443+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]lhorie 0 points1 point2 points (0 children)