Skip to content

Commit a6fb318

Browse files
committed
modified the answer of 2-mandatory-errors 2.js
1 parent 6517749 commit a6fb318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cardNumber = 4533787178994213;
2-
const last4Digits = cardNumber.slice(-4);
2+
const last4Digits = cardNumber.toString().slice(-4);
33

44
console.log(last4Digits);
55

0 commit comments

Comments
 (0)