Passa ai contenuti principali

Post

Visualizzazione dei post da 2018

JS Class, a full featured javascript class for ES5 and newer.

Have you ever wanted to write classes in Javascript just like in Java,C++ and PHP ? Now you can with a tiny stand-alone library written in native Javascript and compatible with any environment that supports ES5 specifications ! (So even IE9+!) The entire documentation is available here:  https://hw-core.github.io/js-lib-class/ Here you are an example of how the syntax looks, it's very familiar, isn't it?: