Namespacing
(
function
()
{
var
someVariable =
"..."
;
function
someFunction()
{
// ...
}
}
)();
OSDC13