IIFE

오주형·2023년 1월 27일
0

즉시실행함수 Immediately-Invoked Function Expression

((a,b) => {
  console.log(a.innerWidth);
  console.log(b.body);
})(window, document); // 333 body
profile
곧 개발자

0개의 댓글