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.
Long-winded, at times with far too much emphasis on optimization.
- Using built in proto property to store relevant data and functionality together using prototype bonds.
- Using recursion to simply call the function again, repopulating the page dynamiclly each time a user click any of the buttons.
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.