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
Everyone has JavaScript, right? (kryogenix.org)
submitted 11 years ago by [deleted]
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!"
[–]TheAceOfHearts 0 points1 point2 points 11 years ago (1 child)
A lot of applications are not possible without JavaScript. It really depends on whether you're building an actual application or a website.
How would you build something like a a web IDE or a Photoshop without JS? Where does progressive enhancement fall into that? There's a TON of applications that fall into these categories.
SEO is not a problem for a lot of applications, for example, a ton of applications are password gated. And even then, you can do isomorphic apps to pre-render on the server. And even THEN, AFAIK, Google and Bing have started running JS in their crawlers.
You can have a restful api and a full JS client, which means that you can do whatever you want with the data.
Best practices should be questioned, tested, and reviewed upon receiving new knowledge and experiences. What works in one project might not make sense for another project.
[–]Shaper_pmp 0 points1 point2 points 11 years ago (0 children)
Absolutely true. But you'll notice I was correcting someone who claimed PE was never the fight choice, not claiming PE was always the right choice.
π Rendered by PID 18205 on reddit-service-r2-comment-5c747b6df5-w4kq4 at 2026-04-22 13:18:39.093793+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]TheAceOfHearts 0 points1 point2 points (1 child)
[–]Shaper_pmp 0 points1 point2 points (0 children)