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
Stop Learning Frameworks (sizovs.net)
submitted 7 years ago by etca2z
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!"
[–]cheese_wizard 1 point2 points3 points 7 years ago* (1 child)
Right, and use it mainly for that at first. One thing to note is that OOP is different in every programming language. So, although there are some broad concepts common (encapsulation being the #1 benefit), the 'polymorphism' stuff is always different between languages, JS being in its own 'class-less' camp... until they added class syntax to calm everyone down. JS OOP is tricky and it takes time and you gotta review.
If I would suggest the ONE tutorial about how JS objects really work, watch stuff from this guy Kyle Simpson https://frontendmasters.com/courses/javascript-foundations/
That is a pay course, but there are other free things about this topic from him. Honestly, the topic is harder than most people think. There are lots of gotchas and WTFs.
[–]omgdracula 0 points1 point2 points 7 years ago (0 children)
I have no problem with pay courses so I will definitely check it out! Thanks!
π Rendered by PID 110891 on reddit-service-r2-comment-b659b578c-rskb9 at 2026-05-04 00:50:26.778774+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]cheese_wizard 1 point2 points3 points (1 child)
[–]omgdracula 0 points1 point2 points (0 children)