In this regard, what does three dots mean in angular?
spread operator
One may also ask, what is triple dot in TypeScript? ? Conclusion
When three dots (…) is at the end of function parameters, it's "rest parameters" and gathers the rest of the list of arguments into an array. occurs in a function call or alike, it's called a "spread operator" and expands an array into a list.
Considering this, what does 3 dots mean in react?
spread operator syntax
What does 3 dots mean in Java?
var args