Skip to content

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.

Notifications You must be signed in to change notification settings

code-mma/mdn-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDN Loop Demo

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.

Table of contents

Overview

The challenge

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.

Screenshot

Final Output Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

From these exercises, I applied my knowledge in JavaScript loops which includes the for...of and while loops.

Continued development

Future modification includes adding buttons to activate a specific output and also visuals.

Useful resources

  • The Odin Project - The site that guided me to become better at frontend development.

Author

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published