Skip to content

Commit

Permalink
Fix #89 by introducing the intentional error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmanc committed Jan 8, 2024
1 parent 69d2d5d commit e770a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/nodejs/src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var Game = function () {
return true
}
} else {
console.log('Answer was correct!!!!')
console.log('Answer was corrent!!!!')

purses[currentPlayer] += 1
console.log(players[currentPlayer] + ' now has ' +
Expand Down

0 comments on commit e770a5d

Please sign in to comment.