Skip to content

mginnard/scorekeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scorekeeper

A simple vanilla JS application for keeping track of a score in +/- 1 point intervals. Find a bug? Open a new issue!

Scorekeeper Screenshot

Assignment

Create a simple score keeping application using JavaScript.

  • Bind click events to the +1 and -1 point buttons and change the innerHTML of the score display appropriately.
  • Bind a click event to the set score button and set the innerHTML of the score display to the score entered in the text box.
  • Bonus: Create a check in your code to make sure the score will not go negative.
  • Super Bonus: Create a function to make the changes to the score display rather than having to write your logic over and over.

About

A simple vanilla JS scorekeeping application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published