You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Welcome to Texas Hold'em. The championship title will be awarded to one of these three players: ${playerOneName}, ${playerTwoName} and ${playerThreeName}. Each player has ${STARTING_POKER_CHIPS} in their pot. We have an exciting game ahead of us. May the best player win!`);
letgameHasEnded=false;
gameHasEnded=((playerOnePoints+playerTwoPoints)===0)||// three has won
((playerTwoPoints+playerThreePoints)===0)||// one has won
((playerOnePoints+playerThreePoints)===0);// two has won