DEV Community

Cover image for Understanding the JavaScript Spread Operator - From Beginner to Expert Part 2

Understanding the JavaScript Spread Operator - From Beginner to Expert Part 2

Nya on September 25, 2019

Introduction The spread operator, …, was first introduced in ES6. It quickly became one of the most popular features. So much so that ...
Collapse
 
alais29dev profile image
Alfonsina Lizardo

Thanks a lot for these tutorials! I recently learned about the spread and rest operators on freecodecamp but I didn't fully understand them, your tutoriales helped me a lot! :)

Collapse
 
nyagarcia profile image
Nya

I'm so glad you found them helpful, it's the reason I write them for! :D

Collapse
 
carlillo profile image
Carlos Caballero

Great!

Collapse
 
nyagarcia profile image
Nya

Thanks! :D

Collapse
 
equiman profile image
Camilo Martinez

Oh Nya this series was incredible. Thanks a lot.

You have a little mistake, nested-object-clone.js was used two times.

I highly recommended change this gist to dev's liquid tags.

Collapse
 
miguelmota profile image
Miguel Mota

Nice tutorial!

Collapse
 
nyagarcia profile image
Nya

Thank you :)

Collapse
 
silvija_pro profile image
Silvija Prozinger

Both of your articles about spread operator really cleared it up for me, thank you for writing this!

Collapse
 
nyagarcia profile image
Nya

Thanks to you for reading!

Collapse
 
abbiranjan profile image
Alok Ranjan

Thanks again for such a nice tutorial.