1분 퀴즈
14. 다음 코드의 console.log( ) 결과는 무엇일까요?
const hof = (a) => (b) => (c) => { return a + (b * c); }; const first = hof(3); const second = first(4); const third = second(5); console.log(third);
정답 확인
엄선한 추천 도서와 신규 콘텐츠를 이메일로 보내드립니다.새로운 책이 등록될 때마다 소식을 받아보세요.