The spread operator is a new addition to the set of operators in JavaScript ES6. The spread operator is commonly used to make copies of JS Array /objects. Now, we could also use earlier existing vanilla JS with many inbuilt functions to achieve the s...
subrata.hashnode.dev4 min read
No responses yet.