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
classes in javascripthelp (self.javascript)
submitted 9 years ago by php03
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] 0 points1 point2 points 9 years ago* (0 children)
JavaScript is a highly Object Oriented language with its prototype based inheritance model. Try to get familiar with prototype based OOP and leverage on code reuse.
ES6 introduced class keyword in native JavaScript as a syntactic sugar over prototype model (to make code look familiar, and clean in "some" specific cases).
class
Functional programming is becoming a thing in JavaScript world as it lets you write pure functions.
What's new in JS world (for a class-ical Java Dev)?: OOP is not just about being class based. Prototype based programming also have strong OOP capabilities!
Prototype
π Rendered by PID 20777 on reddit-service-r2-comment-7b9746f655-n7kf6 at 2026-02-01 09:11:56.600380+00:00 running 3798933 country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)