Hello, I’m Lee Jin-Sung

As a front-end developer, I'm responsible for web development. These days, I think UX/UI is important in web site.

profile

Latest Posts

고차함수와 콜백함수의 차이

예전에 고차함수에 관해 다른 블로그에서 정리한 적이 있었다. 그동안 프로젝트 구현에만 몰두하다 직원 동료와 대화 도중 고차함수와 콜백함수를 순간 헷갈려 부끄러웠는데,, 이번 기회 다시 재정리하고자 한다. 함수의 특성 분리 function city(arr) { for(let i=0; i<arr.length;...