JavaScript – Namespacing patterns

In this post, I’ll be discussing patterns and approaches for namespacing in JavaScript. What is namespacing? In many programming languages, namespacing is a technique employed to avoid collisions with other objects or variables in the global namespace. They’re also extremely useful for helping organize blocks of functionality in your application into easily manageable groups that … Continue reading “JavaScript – Namespacing patterns”

A free ebook for JavaScript programming.

Kindle and paperback versions A great free ebook for Javascript programming (490 pages, pdf and epub formats) Free download (PDF) Eloquent JavaScript – A Modern Introduction to Programming (EPUB) This book as an EPUB file Copyright © 2014 by Marijn Haverbeke About the author Marijn Haverbeke is a programming language enthusiast and polyglot. He’s worked … Continue reading “A free ebook for JavaScript programming.”