Namespacing 

(function () {

    var someVariable = "...";

    function someFunction() {
        // ...
    }

})();