Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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