It is important to have a strategy in order to understand and solve problems.It is necessary to understand the greatest common divisor, least common m
배열관련 다양한 내장함수sort() : 알파벳순으로 요소 정렬reverse() : 역순으로 요소 정렬sort((a,b) => {return a-b}) : 올림차순으로 정렬sort((a,b) => {return b-a}) : 내림차순으로 정렬sort((a,b) => {r