Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7c611e

Browse files
authored
Updated wording
1 parent f090f77 commit f7c611e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ var yearMonthDay = moment().format('YYYY/MM/DD');
5353
**[⬆ back to top](#table-of-contents)**
5454

5555
### Use ES6 constants when variable values do not change
56-
In the bad example, the variable can be changed.
57-
When you declare a constant, the variable should stay
56+
In the bad example, the variable value can be changed.
57+
When you declare a constant, the variable value should stay
5858
the same throughout the program.
5959

6060

0 commit comments

Comments
 (0)