Skip to content

Instantly share code, notes, and snippets.

@Cst2989
Created October 25, 2021 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cst2989/0120f9ccd9822f0c8ec9b082e1a8fb98 to your computer and use it in GitHub Desktop.
Save Cst2989/0120f9ccd9822f0c8ec9b082e1a8fb98 to your computer and use it in GitHub Desktop.
The default total score function
const totalScore = (scoreCard) => {
let score = 0;
return score
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment