22. MEDIUM | Rest Parameters in JavaScript
Rest parameters allow a function to accept an indefinite or variable number of arguments and collect them into a single, real array. They are denoted by three dots (...) followed by a parameter name i
javascript-topicwise-notes.hashnode.dev2 min read