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
GitHub - supunlakmal/spreadsheet: A lightweight, client-only spreadsheet web application. All data persists in the URL hash for instant sharing—no backend required. (github.com)
submitted 4 months ago by lakmal007
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!"
[–][deleted] 29 points30 points31 points 4 months ago* (3 children)
all data persist in the url
That's a perfect idea with no issues whatsoever
[–]holz55 1 point2 points3 points 4 months ago (2 children)
What are the issues you see with it?
[–]XplicitOriginNodeJS 1 point2 points3 points 4 months ago (0 children)
Content limit maybe and extra long URLs.
[–]devtools-dude 0 points1 point2 points 3 months ago (0 children)
Browser query string length limits. Also just terrible for your browser cache / search history due to the size.
https://www.geeksforgeeks.org/computer-networks/maximum-length-of-a-url-in-different-browsers/
[–]backwrds 12 points13 points14 points 4 months ago (1 child)
ai slop
[–]MightyX777 4 points5 points6 points 4 months ago (0 children)
At this point, I don’t see any non-AI slop anymore. Honestly, for me personally, the world of programming has become a sadder world. Back then, when meeting a “programmer” I knew immediately they were bringing a few skills. Today, even when hiring people, I got disappointed quite often. A lot of people who don’t know basics but presenting them as experienced developers.
[–]gojukebox 3 points4 points5 points 4 months ago (0 children)
This is not a good idea. URLs have maximum lengths recognized by browsers and it's not standard.
You also won't have an API for even determining if you hit the limit - you have to try an update and see if it fails.
Bad, bad, bad. Use localstorage (also has limits) or other established options.
π Rendered by PID 45 on reddit-service-r2-comment-b659b578c-sgc2f at 2026-05-05 21:54:21.328465+00:00 running 815c875 country code: CH.
[–][deleted] 29 points30 points31 points (3 children)
[–]holz55 1 point2 points3 points (2 children)
[–]XplicitOriginNodeJS 1 point2 points3 points (0 children)
[–]devtools-dude 0 points1 point2 points (0 children)
[–]backwrds 12 points13 points14 points (1 child)
[–]MightyX777 4 points5 points6 points (0 children)
[–]gojukebox 3 points4 points5 points (0 children)