This is a solution to the Active learning exercises from Looping Code topic in MDN Web Docs. The objective was to understand how to use loops in JavaScript.
For the first exercise, I had to print out a simple launch countdown from 10 down to Blastoff. On the next exercise, I have taken a list of names stored in an array and put them into a guest list while excluding names of guests to refuse.
- Live Site URL: Github Page
- Semantic HTML5 markup
- CSS custom properties
From these exercises, I applied my knowledge in JavaScript loops which includes the for...of
and while
loops.
Future modification includes adding buttons to activate a specific output and also visuals.
- The Odin Project - The site that guided me to become better at frontend development.
- GitHub Profile - Michael Angelo