Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teotimepacreau/sets-and-maps-exercices-day32-of-100daysofcode
Sets and Maps exercices from #30DaysOfJavascript
https://github.com/teotimepacreau/sets-and-maps-exercices-day32-of-100daysofcode
100daysofcode 30daysofjavascript setsandmaps vaniilla-js vanillajavascript vanillajs
Last synced: about 6 hours ago
JSON representation
Sets and Maps exercices from #30DaysOfJavascript
- Host: GitHub
- URL: https://github.com/teotimepacreau/sets-and-maps-exercices-day32-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-08-01T06:29:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T06:34:44.000Z (over 1 year ago)
- Last Synced: 2023-08-01T07:43:39.913Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, setsandmaps, vaniilla-js, vanillajavascript, vanillajs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sets and Maps exercices from #30DaysOfJavascript
https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md# Learning
- `Set` to get unique elements from an array
- `Map` to organize array in objects using as we want keys
- find unique values in a big array combinating `map` array method, flattening and `Set`# 🛠️
Vanilla Javascript