[자바 스크립트][js/ts] ... 연산자는 무엇?

프로그래밍/fe2024. 12. 30. 19:01

 

예전에 잠깐 넥스트 공부하면서 배웠던 것인데 시간이 지나서 보니 까먹어서 여기에 기록을 남겨야겠다.

 

... 연산자는

 

배열에 있던 값들을 분해해주는? 역알을 한다고 보면 된다.

 

아래 링크로 가서 예제를 보면 바로 이해할 수 있을 것이다.

 

 

 

참고:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax

 

Spread syntax (...) - JavaScript | MDN

The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the propert

developer.mozilla.org

 

작성자

Posted by 드리머즈

댓글 영역