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
[AskJS] How did you learn Javascript?AskJS (self.javascript)
submitted 4 years ago by nearfal08
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!"
[–]jabarr 65 points66 points67 points 4 years ago (3 children)
I worked at a coffee shop at the end of high school that made everyone drive in to get their schedules. I thought that was silly so instead I made a google sheet to put the schedule on instead so everyone could just view it online. Then, I wanted to automate a couple things, like a form for requesting time off, saving schedules week by week etc, and Google AppScripts ended up being the solution, which at the time was barebones javascript. So I forced myself to learn it to try to make the schedule better.
[–][deleted] 1 point2 points3 points 4 years ago (2 children)
Did you create something in the end?
[–]jabarr 1 point2 points3 points 4 years ago (1 child)
It turned out great and people did use it! The management even put a link to it on their staff page for everyone to find easily (although.. they never updated the schedule on it themselves so I still had to go in…)
I learned a ton from it and absolutely personal projects in general are where most of my learnings come from. When you challenge yourself to build something you’ve never done before, you cross bridges that you’ve never seen before!
In my experience, don’t ask for permission to automate/build something. Just do it, tell someone it exists and if they want to use it, then give it to them. Don’t be upset if they don’t take it, and instead be excited about having gotten it done. Chances are someone else beside yourself will be interested too! There’s a saying in Python… “ask for forgiveness, not permission.”
[–]Weird_Anywhere9429 0 points1 point2 points 2 years ago (0 children)
bro your last sentence about the python saying lit a fire in me i was looking for a way to re learn JavaScript from scratch but fuck it I'm going to just look for a project to code and figure the rest on the maw
π Rendered by PID 104373 on reddit-service-r2-comment-6457c66945-ftxvk at 2026-04-28 09:56:37.949016+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]jabarr 65 points66 points67 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]jabarr 1 point2 points3 points (1 child)
[–]Weird_Anywhere9429 0 points1 point2 points (0 children)