Understanding Rest & Spread Operator in Javascript
What is Rest operator in JavaScript?
Rest Operator is a feature of advanced Javascript (ES6). The rest operator in JavaScript allows a function to take an indefinite number of arguments and bundle them in an array, thus allowing us to write functions...
vineet-op.hashnode.dev2 min read