Array.reduce (누적 연산)
Array.pop(), shift() (배열 제거)
for of, for in 차이, break, continue (반복문)
tooltip (툴팁 만들기)
Array.splice() (배열 삭제 및 추가)
Array.some() (배열내에 요소 찾기)
Array.from (객체 복사 및 생성)
js random color 생성
Array.prototype.forEach()
정렬하기 array.sort()
클래스 (Class) 3
클래스 (Class) 2