Created
February 21, 2017 03:40
-
-
Save crestinglight/72fb0aefe7d65dae0cb6e0b73a97095e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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