Skip to content

Instantly share code, notes, and snippets.

@crestinglight
Created February 21, 2017 03:40
Show Gist options
  • Select an option

  • Save crestinglight/72fb0aefe7d65dae0cb6e0b73a97095e to your computer and use it in GitHub Desktop.

Select an option

Save crestinglight/72fb0aefe7d65dae0cb6e0b73a97095e to your computer and use it in GitHub Desktop.
function endTimer(){
var endingTime = Date.now();
var totalTime = endingTime - startTimer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment