Rest parameter

A final parameter prefixed by ... that collects remaining call arguments into an Array.

Also known as rest parameters

Used in