Skip to content

Commit fcb1b97

Browse files
Quick change to the original cardNumber
1 parent 9fbf280 commit fcb1b97

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
@@ -1,4 +1,4 @@
1-
const cardNumber = 4533787178990001;
1+
const cardNumber = 4533787178994213;
22
const last4Digits = cardNumber.toString().slice(-4);
33
console.log(last4Digits);
44
console.log(typeof last4Digits);

0 commit comments

Comments
 (0)