From 747a53704c1df8c4cd95e6157d4920c1e1428af7 Mon Sep 17 00:00:00 2001 From: Bakhat Begum Date: Tue, 19 Dec 2023 20:30:36 +0000 Subject: [PATCH] I made some changes to the comments section. --- week-1/errors/3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week-1/errors/3.js b/week-1/errors/3.js index 84da226a..b93afa44 100644 --- a/week-1/errors/3.js +++ b/week-1/errors/3.js @@ -7,4 +7,4 @@ console.log(last4Digits); // However, the code isn't working // Make and explain a prediction about why the code won't work //ans: because we used const to declared variable and we can not reassign variable by using const. -// Then try updating the expression last4Digits is assigned to, in order to get the correct value +// Then try updating the expression last4Digits is assigned to, in order to get the correct value.