Skip to content

Commit 98976cf

Browse files
completed_3.js
1 parent de87e88 commit 98976cf

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 = 4533787178994213;
1+
const cardNumber = '4533787178994213';
22
const last4Digits = cardNumber.slice(-4);
33

44
// The last4Digits variable should store the last 4 digits of cardNumber

0 commit comments

Comments
 (0)