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