Best ES6 Features in JavaScript(Spread and Rest)
Spread operator
Spread operator helps to expand an array. This is basically if we want to join two arrays we can simply do it by using this syntax(...).
Earlier if we want to access elements from an array to another array. We used to do this way.
Wi...
manasa.hashnode.dev1 min read