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
@@ -28,7 +37,8 @@ function assertEquals(actualOutput, targetOutput) {
28
37
}
29
38
// Acceptance criteria:
30
39
31
-
// Given a card string in the format "A♠" (representing a card in blackjack - the last character will always be an emoji for a suit, and all characters before will be a number 2-10, or one letter of J, Q, K, A),
40
+
// Given a card string in the format "A♠" (representing a card in blackjack - the last character will always be an emoji for a suit,
41
+
// and all characters before will be a number 2-10, or one letter of J, Q, K, A),
32
42
// When the function getCardValue is called with this card string as input,
0 commit comments