Advanced JavaScript Tutorial in Hindi [Part 82] - Spread Operator in ES6

Tech Gun
Youtube
Related Topic
:- Web Development Javascript

 In this video i will talk about Spread Operator in ES6. ES6 provides a new operator called spread operator that consists of three dots (...). The spread operator allows you to spread out elements of an iterable object such as an array,a map, or a set. Note that ES6 also has the three dots ( ...) which is a rest parameter that collects all remaining arguments of a function into an array. 

Comments