How The Spread and Rest Operators works in JavaScript.
The ... (dot, dot, dot) operator came around since the introduction of ES6 and has helped a lot in manipulating arrays and other iterables easily.
The ... operator can either be called Spread or Rest depending on where or how it is being used. Let's ...
blog.suyashpradhan.com3 min read
Anand Baraik
Novice in everything, student for life!
Very well written article!