JavaScript functions to create a Tennis scoreboard.
Each players score can be incremenred, and a text representation of the current score can be returned.
Supports Deuce/Advantage, along with returning a winner once a game is complete.
Jest test file is present to test all the functionality of the scoreboard