Stuck At The Counting Challenge Of Javascript

Also in this challenge the condition when using the “if” statement was that count > 0 should RETURN count + bet, then 10 is also greater than zero in that case the function should return count + bet, but instead it is showing count + hold. Why?

count is checked to see if it is hold or bet, not card

2 Likes

The end result is only a string.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.