Self-Invating Function

self-invocating 또는 self-executing function은 말 그대로 혼자서 실행되는 함수 또는 class 라고 보시면 됩니다.

형식 : 

    function(){

    }

)();