Skip to content

Commit 5d979ed

Browse files
committed
Modified -implement -is-proper-fraction.js
1 parent 2c28a87 commit 5d979ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ function assertEquals(actualOutput, targetOutput) {
2828
}
2929
// Acceptance criteria:
3030

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),
31+
// Given a card string in the format "A♠" (representing a card in blackjack
32+
// - the last character will always be an emoji for a suit,
33+
// and all characters before will be a number 2-10, or one letter of J, Q, K, A),
3234
// When the function getCardValue is called with this card string as input,
3335
// Then it should return the numerical card value
3436
const aceofSpades = getCardValue("A♠");

0 commit comments

Comments
 (0)