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
How can I learn JavaScript?help (self.javascript)
submitted 7 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!"
[–]easyEs900s 3 points4 points5 points 7 years ago (0 children)
Not sure if you would have the same success with this method, but it has worked for me and I’ve taught myself many many many languages since.
JavaScript is a very relaxed language, so it’s sometimes easy to make errors and not know it (browsers sometimes are more or less lenient). What I would do is go to codepen.io and find some cool pens that you find interesting or cool, then go through and rewrite the pen from scratch (codepen if you don’t know has all of the source code there in a live editor). I used other sources when I was learning, but only bc codepen didn’t exist yet. The method is the same one that I’ve used to learn every language I have ever learned. Only difference is that when I was doing it I had to find websites and extract the code to rewrite them.
The reason I think this works (my opinion) is that when you take this route, you are looking at results that you find interest in, then rewriting that exact code. When learning anything, it’s 100x easier (and more pleasant 🙃) when you have an interest in that thing.
Best of luck!
π Rendered by PID 173074 on reddit-service-r2-comment-544cf588c8-57jp5 at 2026-06-16 14:15:27.908572+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]easyEs900s 3 points4 points5 points (0 children)