Understanding Destructuring, Rest Parameters, and Spread Syntax

Taran
codeburst
Published in
7 min readNov 13, 2020

--

Since the release of ES2016 (aka ES6), many new features for working with arrays and objects have been made available to the developers. In this article, I am going to explain destructuring, rest parameters, and spread syntax. The aim is to describe these features in depth so that you’ll be able to work with arrays and objects much more quickly and compactly.

--

--

I am a Full stack developer. I enjoy learning and building new skills, and sharing what I’ve learned.