learn-javascript icon indicating copy to clipboard operation
learn-javascript copied to clipboard

Correction in Blackjack game

Open ChathurikaDissanayaka opened this issue 2 months ago • 0 comments

In the function "startGame()" the value of "hasBlackJack" should be set to "false". Otherwise "NEW CARD" button won't be functional when restarting the game after getting a Blackjack in the previous game.

ChathurikaDissanayaka avatar Apr 27 '24 15:04 ChathurikaDissanayaka