Skip to content

Commit

Permalink
First commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokesby committed Jul 15, 2024
1 parent cd8501a commit be09b8b
Show file tree
Hide file tree
Showing 5 changed files with 3,523 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
let scorecard = new Scorecard()
scorecard.calculateScore() // returns 0
scorecard.addFrame(2, 5)
scorecard.addFrame(3, 5)
scorecard.calculateScore() // returns 15
*/
Loading

0 comments on commit be09b8b

Please sign in to comment.