HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🍹
5주차 커피챗
/
이벤트 추상화에 어울리는 상황은 뭐가 있을까요??!

이벤트 추상화에 어울리는 상황은 뭐가 있을까요??!

  • 이벤트는 추상화 할 필요가 있는 대상인지는 모르겠다…
  • addEventListener(type, listener)
    • listener 함수가 무엇인지 이름을 달아서 명시하는 것은 좋다
 
CustomEvent: CustomEvent() constructor - Web APIs | MDN
The CustomEvent() constructor creates a new CustomEvent object.
CustomEvent: CustomEvent() constructor - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent
CustomEvent: CustomEvent() constructor - Web APIs | MDN