October 16th in Isolated Objects by Volkan Özçelik . 1 comment .
A Little Known Encapsulation Technique in JavaScript: Isolated Objects
There’s not a single post in the blog that I’ve not mentioned or used the module pattern. The module pattern is really useful in encapsulating functions, objects, and static configuration constants; making them invisible and inaccessible outside the module‘s boundaries. Here’s a simple example, which we have elaborated in depth …
Continue Reading
