Overview
Welp...that says it all 👆🏽.
If we wanted to destructure the first 3 elements in an array: const [veg1, veg2, veg3] = ["Cabbage", "Turnip", "Radish", "Carrot"]
Those 3 dots: ... are a spread operator. That's why in the above repl.it 👆🏽, we can pull out the first element(s) and then still keep the rest of them in another array.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


Discussion
Thank you for doing this serie. I'm learning react native and this helps a lot
By all means, do learn 'vanilla JS' as much as you can. Ironically, I have not done any 'React Native' myself - just 'regular React.' I'll surely get to that - maybe you can post something on that to get me started. 😃