Skip to content

Commit 70c46af

Browse files
committed
testing commit
1 parent b20e658 commit 70c46af

File tree

1 file changed

+2
-1
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+2
-1
lines changed

Sprint-1/2-mandatory-errors/3.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ const last4Digits = cardNumber.toString().slice(-4);
1717
console.log(last4Digits);
1818

1919
// 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.
20+
// This is what i expected.
21+
//testing

0 commit comments

Comments
 (0)