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 8578bb7 commit b20e658Copy full SHA for b20e658
Sprint-1/2-mandatory-errors/3.js
@@ -17,4 +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.
0 commit comments