Enough JavaScript to get you Started : #17 rest,spread and destructuring
rest and spread operator (...)
👉 rest and spread operators came out with release of ECMA6
👉... can be used as rest as well as spread operator
rest
👉 collects all remaining params into a single array
👉 Problem statement : write a function which...
adarshpandya.hashnode.dev5 min read