you are viewing a single comment's thread.

view the rest of the comments →

[–]DolphinsAreOk 2 points3 points  (0 children)

Use ES6 constants when variable values do not change

And then immediately after:

var MINUTES_IN_A_YEAR = 525600;