(this, function(t) {
~~~~~
});


이런코드가있는데 


(this, function{


})


이런코드는 어떤떄 사용되는거임?


페이지 로드되고 바로 실행되는코드인가?


this 는 왜붙은거임?