-
* 익명함수 (Anonymous function expression)function() { }* 즉시 실행 함수 (Immediately-invoked function expression)(function() { }) ()