Tag Archives: namespacing

Namespacing Properties in JavaScript

Namespacing properties is a great way to make a JavaScript library produce extendible objects. Namespacing in JavaScript can be done by prefixing namespace:: before object and property names. Unfortunately, namespacing is only supported in JavaScript 1.6 and higher, which is … Continue reading

Posted in JavaScript | Tagged , | View Comments