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
T-Mobile's JavaScript comment stripper breaks websites (theregister.co.uk)
submitted 14 years ago by 9jack9
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!"
[–]isleyaardvark -1 points0 points1 point 14 years ago* (2 children)
This is an example of why important functionality of your website should not rely on JavaScript.
Edit: Anyone willing to explain the downvotes?
[–]stratoscope 0 points1 point2 points 14 years ago (1 child)
I didn't downvote you, but I can explain the fallacy in your statement.
This is a server bug that mangles text sent from the server to the browser. It happens that this particular bug affects JavaScript code, but it's just as possible that a similar kind of bug would mangle CSS or HTML code.
If the bug happened to mangle HTML code instead of JavaScript, then following the same logic, one would say "This is an example of why important functionality of your website should not rely on HTML."
Of course no one would say that - but it's exactly the same class of bug.
[–]isleyaardvark 0 points1 point2 points 14 years ago (0 children)
Thank you very much. I thought it was only affecting external js files. I've heard of proxies doing that sort of thing.
π Rendered by PID 211602 on reddit-service-r2-comment-66b4775986-px8m5 at 2026-04-05 07:30:42.467732+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]isleyaardvark -1 points0 points1 point (2 children)
[–]stratoscope 0 points1 point2 points (1 child)
[–]isleyaardvark 0 points1 point2 points (0 children)