[자바 스크립트][js/ts] ... 연산자는 무엇?
예전에 잠깐 넥스트 공부하면서 배웠던 것인데 시간이 지나서 보니 까먹어서 여기에 기록을 남겨야겠다. ... 연산자는 배열에 있던 값들을 분해해주는? 역알을 한다고 보면 된다. 아래 링크로 가서 예제를 보면 바로 이해할 수 있을 것이다. 참고:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax Spread syntax (...) - JavaScript | MDNThe spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for fu..