Skip to content

Commit b20e658

Browse files
committed
Update 3.js
1 parent 8578bb7 commit b20e658

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)