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 7b1d8e1 commit fb77528Copy full SHA for fb77528
Sprint-1/2-mandatory-errors/3.js
@@ -17,5 +17,4 @@ const last4Digits = cardNumber.toString().slice(-4);
17
console.log(last4Digits);
18
19
// After running the code, I got the output "4213", which is the last 4 digits of the card number.
20
-// This is what i expected.
21
-//testing
+// This is what i expected.
0 commit comments