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