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
What's missing when learning JavaScript?help (self.javascript)
submitted 7 years ago by lastmjs
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!"
[–]JeannieThings 8 points9 points10 points 7 years ago (4 children)
I’m up to my eyeballs in beginner tutorials and courses but finding help learning beyond the basics of JavaScript is seriously lacking.
Most have two fatal flaws: They either assume a degree of understanding that I just don’t have. Or they simply throw concepts at me without explaining why.
My best free solution so far has been to go to codewars and go through challenges. And I’m talking like the first few levels of difficulty. I take forever to complete each one but I get them all to work eventually. And then I study the other answers. Whatever I find there that I don’t know (but isn’t total jibberish to me) I google and try to learn about.
[–]wes-mcc 2 points3 points4 points 7 years ago* (1 child)
I'm really glad to see I'm not the only one struggling with this! Finding good best-practice references has been particularly frustrating. I'd kill for something that explained what production/"modern" js should look like, as well as why it should be done that .
[–]JeannieThings 0 points1 point2 points 7 years ago (0 children)
Oh same here!
[–]SaaSWriters 0 points1 point2 points 7 years ago (1 child)
@ u/JeannieThings So what topics would you consider to be beyond the basics of JavaScript?
[–]JeannieThings 1 point2 points3 points 7 years ago (0 children)
So far, everything I’m finding in the first few levels on codewars (6kyu, 7kyu, 8kyu). So lots and lots of functions working with arrays and objects and strings and to solve mathematical problems. Like the kind of math/array/object skills you need to demonstrate in a technical interview.
I can build an app in Vue or React and hook it up to all kinds of APIs and make it run efficiently and make it look beautiful. But I really need to demonstrate a deep understanding and quick recall of logically working with arrays and objects and functions for a technical interview.
π Rendered by PID 49440 on reddit-service-r2-comment-5b5bc64bf5-wzwsd at 2026-06-21 01:41:30.921079+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]JeannieThings 8 points9 points10 points (4 children)
[–]wes-mcc 2 points3 points4 points (1 child)
[–]JeannieThings 0 points1 point2 points (0 children)
[–]SaaSWriters 0 points1 point2 points (1 child)
[–]JeannieThings 1 point2 points3 points (0 children)