TypeScriptFunctions & Function Types

37 items

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?