Skip to content

Commit fb77528

Browse files
committed
testing
1 parent 7b1d8e1 commit fb77528

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ 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.
21-
//testing
20+
// This is what i expected.

0 commit comments

Comments
 (0)