< 객체를 배열로 전환>

Date객체 메소드 정리

Object.entries()


<새로운 배열 생성 후 반환 >

Array.prototype.map()

Array.prototype.filter()


<배열을 객체로 전환>

Object.assign()

array.reduce()

스프레드 연산자(…)를 이용해서 배열을 객체로 변환하기


<Math.~>

Math.ceil()