Callback (2) 썸네일형 리스트형 forEachRight - 반복해서 콜백 처리 const forEachRight = (arr, callback) => arr .slice(0) .reverse() .forEach(callback); forEachRight([1, 2, 3, 4], val => console.log(val)); // '4', '3', '2', '1' JQuery Callback function -1 This is a bold paragraph.This is another bold paragraph. Show Old/New TextShow Old/New HTML 이전 1 다음