Skip to content

Commit 94d7e29

Browse files
committed
wrote single comment correctly
1 parent 6184479 commit 94d7e29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

Sprint-1/2-mandatory-errors/1.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
const age = 33;
33
age = age + 1;
44

5-
// There is a constant variable age, which is fixed and it's value cannot be reassigned.
6-
// If we want to change the value of age, we have to use let instead of const.
5+
// There is a constant variable age, which is fixed and it's value cannot be reassigned.//
6+
// If we want to change the value of age, we have to use let instead of const. //

0 commit comments

Comments
 (0)