FlashcardBeginner
Rest Parameters
Using rest parameters to accept a variable number of typed arguments.
Question
How do you type a function that takes any number of arguments?
Click to reveal answer
Using rest parameters to accept a variable number of typed arguments.
How do you type a function that takes any number of arguments?