rest parameter
English
Noun
rest
parameter
(
plural
rest parameters
)
(
programming
)
A
final
parameter
to a
function
, allowing it to accept an
indefinite
number of
arguments
as an
array
.
Related terms
rest operator