Notable JavaScript package: class.js

Recommend this page to a friend!
  Blog JS Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable JavaScript pa...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)  

Author:

Viewers: 35

Last month viewers: 1

Categories: Notable Packages

EcmaScript 6 already supports JavaScript classes like in other languages but not all browser and environments on which JavaScript runs support EcmaScript 6.

This package can emulate the creation of classes using either Node.js, jQuery and JavaScript in a way that works in environments that support only EcmaScript 5.

Read this article to learn more details about how this notable JavaScript package works.




Loaded Article
The package class.js is one of the few JavaScript packages that was considered notable recently because it does something that is worth paying attention.

The basic purpose is: Create classes with Node.js, jQuery and JavaScript

Here follows in more detail what it does:

This package can create classes with Node.js, jQuery and JavaScript.

It creates constructor functions that can be used with the new operator to create objects a a new class.

The creator function can take an object with the definition of all the new class functions.

It supports inheritance by calling the class object extend function. More methods can be added dynamically.

Notable JavaScript packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.

If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.

You need to be a registered user or login to post a comment

25,349 JavaScript developers registered to the JS Classes site.
Be One of Us!

Login Immediately with your account on:

FacebookGmail
HotmailStackOverflow
GitHubYahoo


Comments:

No comments were submitted yet.




  Blog JS Classes blog   RSS 1.0 feed RSS 2.0 feed   Blog Notable JavaScript pa...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)