Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teotimepacreau/loop-exercices-iii-day29-of-100daysofcode

Loop Exercices part III from #30daysofjavascript
https://github.com/teotimepacreau/loop-exercices-iii-day29-of-100daysofcode

100daysofcode 30daysofjavascript loop vanilla-js vanillajavascript vanillajs

Last synced: about 4 hours ago
JSON representation

Loop Exercices part III from #30daysofjavascript

Awesome Lists containing this project

README

        

# Loop Exercices part III from #30DaysOfJavascript

https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/06_Day_Loops/06_day_loops.md

# Learning
- reminded filter and map array methods
- used for...of, forEach loops
- copied an array to avoid mutation
- push into an array if a condition is met

# 🛠️
Vanilla Javascript