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 b20e658 commit 70c46afCopy full SHA for 70c46af
Sprint-1/2-mandatory-errors/3.js
@@ -17,4 +17,5 @@ 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.
+// This is what i expected.
21
+//testing
0 commit comments