카테고리 없음

Array 복사

nockdoo 2020. 4. 22. 02:01
const str1 = [ 'a', 'b', 'c'];
const str2 = [...str1];