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

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

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