Created
August 21, 2017 15:37
-
-
Save lplume/6033a334fd20808030abe3a6b3693383 to your computer and use it in GitHub Desktop.
es6 clog arrow clocknutes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let m=60000;let l="YYYY-MM-DDTHH:MM";let i=setInterval(() => console.log(parseInt(((new Date(l)) - (new Date)) / m)), m); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment