JavaScript Namespacing Published June 14, 2008 in JavaScript, Namespacing There are many ways to safely namespace your objects in JavaScript. This article discusses common practices I have seen. Prefix Namespacing If the goal of namespacing is to avoid collisions. The following system is just as likely to avoid namespace collisions as any other system as long as we know the global variable name pr