Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teotimepacreau/destructuring-and-spreading-exercice-day33-of-100daysofcode

Destructuring and Spreading Exercices from #30daysofjavascript
https://github.com/teotimepacreau/destructuring-and-spreading-exercice-day33-of-100daysofcode

100daysofjavascript 30daysofjavascript destructuring spreading vanilla-js vanillajavascript vanillajs

Last synced: about 4 hours ago
JSON representation

Destructuring and Spreading Exercices from #30daysofjavascript

Awesome Lists containing this project

README

        

# Destructuring and Spreading Exercices from #30DaysOfJavascript
https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/11_Day_Destructuring_and_spreading/11_day_destructuring_and_spreading.md

# Learning
- destructuring arrays and objects
- destructuring in for... of loop
- partial destructuring with , ,
- structuredClone() to create non superficial copies of objects
- complex treatments in array nested in object

# 🛠️
Vanilla Javascript