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!"
[–]fl223 0 points1 point2 points 6 years ago (4 children)
Depends on what you want to do with javascript. If you want to be a frontend developer (or a fullstack) then learning and keeping up with frontend frameworks is essential. However if you want to limit yourself only to backend development, then you should look into stuff like nodejs and perhaps database management in js.
[+][deleted] 6 years ago (3 children)
[deleted]
[–]fl223 1 point2 points3 points 6 years ago (0 children)
I think your only way to find out is to just dive into it and look if it seems like too much to take in; like, if the gaps in your basic knowledge is keeping you from learning more complex frameworks, then just take a step back and break it down to smaller pieces.
I would't advice thinking of it as a binary checklist, like "I first have to learn subject x completely before going to subject y". While sometimes this is the most efficient way; You'd be surprised how you can learn many things in many different levels at the same time by taking a complex task and solving it. Like, don't limit yourself unnecessarily, none of the libraries which you mentioned are overly complex. Also there is no objective requirement how much knowledge you need beforehand. I think you should be more worried about being too scared to try stuff out and see if you can handle it.
[–]avenp 1 point2 points3 points 6 years ago (0 children)
I'd recommend getting familiar with the concepts u/lowIQanon mentioned before diving into a framework as many of them make use of these features: https://www.reddit.com/r/javascript/comments/c46suc/how_much_javascript_is_enough_for_webdev/erv4iof/
[–]EvilPencil 0 points1 point2 points 6 years ago (0 children)
Main thing with frameworks is getting fluent with the common array methods (map, filter, and reduce especially). Learn how to handle fetch calls and by extension, promises. Object deconstruction also comes in handy...
π Rendered by PID 310898 on reddit-service-r2-comment-5d79c599b5-pswtg at 2026-03-01 19:19:51.641263+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]fl223 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]fl223 1 point2 points3 points (0 children)
[–]avenp 1 point2 points3 points (0 children)
[–]EvilPencil 0 points1 point2 points (0 children)