Skip to content

Score keeper application for practicing DOM manipulation.

Notifications You must be signed in to change notification settings

arun-projects/Score-Keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Score Keeper

  • We will be creating a simple score keeper application using JavaScript.
  • The HTML and CSS has already been done for you.
  • Here are the steps you should take:
    • Step 1: Add a link to your own custom JS file.
    • Step 2: Bind click events to the +5 and -5 point buttons and change the innerHTML of the score display appropriately.
    • Step 3: 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

Score keeper application for practicing DOM manipulation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published