foreach문과 비슷

JavaScript의 map() 사용

arr.map((data) => (
  # 콜백함수 구현
))