Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teotimepacreau/destructuring-and-spreading-exercice-day33-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-08-02T20:37:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T20:42:29.000Z (over 1 year ago)
- Last Synced: 2023-08-02T21:44:41.852Z (over 1 year ago)
- Topics: 100daysofjavascript, 30daysofjavascript, destructuring, spreading, vanilla-js, vanillajavascript, vanillajs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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