즉시실행함수 Immediately-Invoked Function Expression
((a,b) => { console.log(a.innerWidth); console.log(b.body); })(window, document); // 333 body