Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f090f77 commit f7c611eCopy full SHA for f7c611e
README.md
@@ -53,8 +53,8 @@ var yearMonthDay = moment().format('YYYY/MM/DD');
53
**[⬆ back to top](#table-of-contents)**
54
55
### 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
+In the bad example, the variable value can be changed.
+When you declare a constant, the variable value should stay
58
the same throughout the program.
59
60
0 commit comments