Node.js

Protecting Objects In JavaScript

JavaScript is an amazing language. Its like a Lego constructor, depending on different parts you join together, you may get the script you need or just a pile of unwanted codes. Information hiding gets very important when you want to give access to only minimal interface of a module. Depending on the level of protection, this blog...

by Sahil Chitkara
Tag: javascript objects
19-Sep-2013