Skip to content

Commit b1b37eb

Browse files
committed
Make meaningful variable example even clearer
1 parent 2721980 commit b1b37eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const yyyymmdstr = moment().format('YYYY/MM/DD');
4949

5050
**Good**:
5151
```javascript
52-
const yearMonthDay = moment().format('YYYY/MM/DD');
52+
const currentDate = moment().format('YYYY/MM/DD');
5353
```
5454
**[⬆ back to top](#table-of-contents)**
5555

0 commit comments

Comments
 (0)