More about Creating Objects in JavaScript
A little later than expected since I’ve been quite busy with my Swift Mailer project (SourceForge).
A few weeks ago I posted an introduction on how to create objects using JavaScript. The concept is simple and quite fundamental. Objects are functions, methods are assigned as new functions inside the object and the constructor is simply […]