맨날 해도 까먹는다. 코딩테스트때는 까먹지 말자.
const hour= String(시간).padStart(2, "0"); const minute= String(분).padStart(2, "0"); console.log(hour + ":" minute)