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

https://github.com/candytale55/counting_cards_fcc_js

Card counting function that increments or decrements a global count variable according to the card's value on a table of values. Returns a string with the current count and the string "Bet" if the count is positive, or "Hold" if the count is zero or negative.
https://github.com/candytale55/counting_cards_fcc_js

code-practice counting-cards freecodecamp javascript javascript-functions

Last synced: about 2 months ago
JSON representation

Card counting function that increments or decrements a global count variable according to the card's value on a table of values. Returns a string with the current count and the string "Bet" if the count is positive, or "Hold" if the count is zero or negative.

Awesome Lists containing this project