JavaScript has classes now. You should take a look at EcmaScript 6 classes: http://exploringjs.com/es6/ch_classes.html
On Thursday, November 17, 2016 at 2:17:20 AM UTC+1, An Nguyễn wrote: > > Hi all, > When developing my web application, I need inheritance and other features > of OOP. I tried to several package, but they still didn't meet my > requirements. So I implemented one package myself and now I want to > introduce it. > The package has just been published: > https://www.npmjs.com/package/sota-class > The APIs is similar with Java keywords, so I think it's easy to use. Usage > is explained in read-me file detailedly. > If you also looking for OOP feature, let's try it. > Thanks for your attention. > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/2b67a80b-2192-4a44-93d7-0e180aeea9f2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
