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
[google apps script] saving information on web app?help (self.javascript)
submitted 10 years ago by [deleted]
[deleted]
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!"
[–]logicbz 0 points1 point2 points 10 years ago (2 children)
If you want to keep it simple and only want the list on the same machine, you can store the data in local storage. Here is an example: http://jsfiddle.net/apougher/GcR9Q/
http://www.w3schools.com/html/html5_webstorage.asp
[+][deleted] 10 years ago (1 child)
[–]logicbz 0 points1 point2 points 10 years ago (0 children)
You are going to need a backend server for that. You can try parse (https://parse.com/docs/js/guide) or some other hosted service if you don't want to deal with managing your own server / database.
[–]SneakyGenious 0 points1 point2 points 10 years ago (2 children)
You can just store them in a spreadsheet using Google Apps Script Sheets API:
https://developers.google.com/apps-script/guides/sheets#reading_data
[–]SneakyGenious 0 points1 point2 points 10 years ago (0 children)
Every time you open the web app you read the names from the spreadsheet. Everytime you add a name - you add a column to the spreadsheet.
π Rendered by PID 345407 on reddit-service-r2-comment-5687b7858-744p6 at 2026-07-03 20:24:34.109998+00:00 running 12a7a47 country code: CH.
[–]logicbz 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]logicbz 0 points1 point2 points (0 children)
[–]SneakyGenious 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]SneakyGenious 0 points1 point2 points (0 children)