-
-
Save ardydedase/e4adf90d8b7ed788f7d83ff088f74481 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # assuming that the number of matches is 50 and wins is 4 | |
| const getWinningPercentage = (): number => 4 / 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment