An open API service indexing awesome lists of open source software.

https://github.com/leta91/golf-game

Golf Game using JavaScript
https://github.com/leta91/golf-game

coding freecodecamp freecodecamp-project how-to if-else javascript javascript-game

Last synced: about 1 year ago
JSON representation

Golf Game using JavaScript

Awesome Lists containing this project

README

          

# Golf Game with JavaScript 🏌️‍♀️🏌️‍⛳

## Short Explanation

In line 22 golfScore(5, 4); sets the values of the two arguments of the function golfScore to:
- par = 5
- strokes = 4

All statements are found to be false. The only true statement is the one located on line 8-9. It follows that the result shown inside the terminal is Birdie, when strokes is equal to par - 1