Skip to content

Instantly share code, notes, and snippets.

@lplume
Created August 21, 2017 15:37
Show Gist options
  • Save lplume/6033a334fd20808030abe3a6b3693383 to your computer and use it in GitHub Desktop.
Save lplume/6033a334fd20808030abe3a6b3693383 to your computer and use it in GitHub Desktop.
es6 clog arrow clocknutes
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