Created
May 11, 2018 05:46
-
-
Save knrt10/044a19ab2fd0f8bd338d6c39d22f65a4 to your computer and use it in GitHub Desktop.
Time of user
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 Time | |
*/ | |
function Time () { | |
time = (Date.now() - timeStarted) / 1000 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment