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
Copy file name to clipboardExpand all lines: Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ function assertEquals(actualOutput, targetOutput) {
37
37
`Expected ${actualOutput} to equal ${targetOutput}`
38
38
);
39
39
}
40
+
40
41
// Acceptance criteria:
41
42
42
43
// 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),
0 commit comments