Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wolframkriesing/d3a4200ddb7523fbb6c1 to your computer and use it in GitHub Desktop.

Select an option

Save wolframkriesing/d3a4200ddb7523fbb6c1 to your computer and use it in GitHub Desktop.
var pointsMap = {
0: 'Love-All',
1: 'Fifteen-All',
2: 'Thirty-All',
'default': 'Deuce'
};
function callTie(points) {
return pointsMap[points] || pointsMap.default;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment