Skip to content

Commit

Permalink
I made some changes to the comments section.
Browse files Browse the repository at this point in the history
  • Loading branch information
BakhatBegum committed Dec 19, 2023
1 parent dc7fa36 commit 747a537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion week-1/errors/3.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 747a537

Please sign in to comment.