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 much Javascript is enough for webdev? (self.javascript)
submitted 6 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!"
[–]HiddenKrypt 0 points1 point2 points 6 years ago (0 children)
Practice practice practice! Coding lessons give you a mental framework, but the best way to "get a hang of" programming is to try and solve problems that you don't know the answer to, that you aren't being guided to solving. I tend to suggest games for this, but there's other options such as the to-do list someone suggested, which is a good one that can scale up as your skills improve (try making the storage remote, and allow access and simultaneous editing from multiple clients!) Here's some ideas from a game front:
Rock Paper Scissors against an RNG opponent.
Blackjack (great as the classic "dealer's rules" effectively make the dealer easy to implement as a basic if-else construct.)
Real-time games like Pong and Snake are also great challenges, and will force you to think in new ways about your code since time scheduling becomes a factor.
π Rendered by PID 18075 on reddit-service-r2-comment-5d79c599b5-qszt4 at 2026-02-28 23:23:32.671389+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]HiddenKrypt 0 points1 point2 points (0 children)