Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teotimepacreau/loop-exercices-ii-day27-of-100daysofcode
Loop exercices part II of 30DaysOfJavascript
https://github.com/teotimepacreau/loop-exercices-ii-day27-of-100daysofcode
100daysofcode 30daysofjavascript loop loops reduce vanilla-javascript vanilla-js vanillajs
Last synced: about 4 hours ago
JSON representation
Loop exercices part II of 30DaysOfJavascript
- Host: GitHub
- URL: https://github.com/teotimepacreau/loop-exercices-ii-day27-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-07-12T19:26:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:49:01.000Z (over 1 year ago)
- Last Synced: 2023-07-14T17:41:09.057Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, loop, loops, reduce, vanilla-javascript, vanilla-js, vanillajs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoopExercices part II from 30DaysOfJavascript
https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/06_Day_Loops/06_day_loops.md# Learning
- understood why it's necessary to put return in map array method
- array of arrays thanks to map and []
- fill up an array with and condition and push
- used endsWith string method for first time
- find a biggest item with an empty string and a condition
- used array index to fill up a string with only first letter of array item
- reduce to combine to subArray to a string# 🛠️
Vanilla Javascript