What does the below line do considering it as the first line in your javascript file:

(function(){
    alert(this);
})();