Explore Library
QuizBeginner

Rest Parameters Typing

Learn how to type a rest parameter that collects multiple arguments into an array.

How do you correctly type a rest parameter that accepts any number of numbers?