WVU-CS230-2024-01-Group04 / Jackpot-Junction

0 stars 1 forks source link

Mistype Bug #8

Open Nathan-McDonald opened 5 months ago

Nathan-McDonald commented 5 months ago

There was a bug identified in the BlackJack.js file, flagged with an 'E' grade. The issue was a mistaken usage of the strict equality operator ("==="), where it was advised to use the loose equality operator ("==") instead. The message pointed out that the strict check would perpetually return false, suggesting that the intent might have been to use the loose comparison instead.

  1. Open code
  2. Find BlackJack.Js
  3. locate the "===" under "//point distribution"