Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teotimepacreau/loop-exercices-iii-day29-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-07-14T16:43:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:47:42.000Z (over 1 year ago)
- Last Synced: 2023-07-14T17:40:32.089Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, loop, vanilla-js, vanillajavascript, vanillajs
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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