You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@baekCode
어제 배운 거 바로 활용하셨네요~! 👍
아쉬운 부분은 http 모듈을 만든 의미가 조금 퇴색되었다는 점..ㅎ
http 모듈에 async/await/promise를 모아두고 서비스 로직에서 분리함으로써 가독성을 높이는 효과도 있었는데 다시 등장한 셈..ㅠ
'addEventListener' of null ...
컨트롤러에 init() 메소드에 async, getInitialData()에 await 처리
각 모델의 getInitialData 메소드는 promise 로 감싼다
controller.js
vendingMachineModel.js
The text was updated successfully, but these errors were encountered: