Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 547 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 547 Bytes

Preview at: https://trinity-score-keeper.netlify.com/ This challange is from the book Javascript for Kids: A playful introduction to programming by Nick Morgan

Score Keeper

Instructions

Imagine you're playing a game with some friends and you want to keep track of the score. Create an object called scores. The keys will be the names of your friends, and the values will be the scores (which will all start at 0). As the players earn points, you must increase their scores. How would you increase a player score in the scores object?