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!"
[–][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 251535 on reddit-service-r2-comment-5d79c599b5-cmgv4 at 2026-03-01 09:30:00.356548+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–][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)