Compiling JavaScript into Native Binaries: NectarJS

Hi, I’m Adrien Thierry, and I am launching an alpha of an important project that I have been working on for a year: NectarJS. Read more

Similar

Inheritance in JavaScript

JavaScript does not have classes unlike other languages. It uses the concept of prototypes and prototype chaining for inheritance. If you do not what is prototype, please go through this article… (more…)

Read more »