We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00515f5 commit 31446ecCopy full SHA for 31446ec
Sprint-3/1-implement-and-rewrite-tests/implement/3-get-card-value.js
@@ -9,7 +9,6 @@
9
// just make one change at a time -- don't rush -- programmers are deep and careful thinkers
10
function getCardValue(card) {
11
card = card.substring(0 , card.length -1); // Remove the suit emoji
12
- console.log(card);
13
if (card === "A") {
14
return 11;
15
} if (card === "J" || card === "Q" || card === "K" || card === "10") {
0 commit comments