https://github.com/teotimepacreau/loop-exercices-day24-of-100daysofcode
Loop exercices from #30daysofjavascript with VanillaJS
https://github.com/teotimepacreau/loop-exercices-day24-of-100daysofcode
100daysofcode 30daysofjavascript idgenerator javascript loop random reverse vanillajs
Last synced: 7 days ago
JSON representation
Loop exercices from #30daysofjavascript with VanillaJS
- Host: GitHub
- URL: https://github.com/teotimepacreau/loop-exercices-day24-of-100daysofcode
- Owner: teotimepacreau
- Created: 2023-06-30T16:25:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T16:49:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T00:30:07.359Z (over 1 year ago)
- Topics: 100daysofcode, 30daysofjavascript, idgenerator, javascript, loop, random, reverse, vanillajs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loop exercices from #30daysofjavascript with VanillaJS
https://github.com/Asabeneh/30-Days-Of-JavaScript/blob/master/06_Day_Loops/06_day_loops.md
# Learning
- constraint number of iterations with for(i=0; i<=array.length; i++)
- reverse iteration with for(i=countries.length-1; i>=0 ; i--)
- repeat() string method associated with for(i) to add a pattern
- condition inside the for loop
- pushing random numbers in array
- generate a random 6 characters ID