[JS]mutable
mutable(원본이 변함)
Array.splice() Array.unshift() Array.shift() Array.push() Array.pop()
immutable(원본이 변하지 않음)
String.slice(); String.replace(); String.split();
Array.concat()
Array.splice() Array.unshift() Array.shift() Array.push() Array.pop()
String.slice(); String.replace(); String.split();
Array.concat()
댓글남기기