function (1) 썸네일형 리스트형 [Javascript] callback 함수 자바스크립트로 interaction을 구현하는 것에 집중하면서 MDN검색을 자주 하게 되었다. 검색을 하면 설명에 callback이라는 단어를 자주 접했고 그 뜻이 무엇인지 몰랐기에 기록한다. Callback function (출처: https://developer.mozilla.org/en-US/docs/Glossary/Callback_function) A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. 해석 : 콜백 함수는 인수로 다른 함수에 전달되는.. 이전 1 다음