Skip to content

IanClark-fullStack/codingQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codingQuiz

Repo Live at https://ianclark-fullstack.github.io/codingQuiz/ General Purpose :

  • Create a quiz using vanilla JS, html and css.
  • Save user scores to local storage
  • Add new scores to local storage when the user score exceeds that of the lowest score.

the approach

Long-winded, at times with far too much emphasis on optimization.

  1. Using built in proto property to store relevant data and functionality together using prototype bonds.
  2. Using recursion to simply call the function again, repopulating the page dynamiclly each time a user click any of the buttons.

The Outcome,

The major takeaway here is to simplify my train of thought in getting started on deliverables that are easily accomplished by first taking the simpliest route available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published