Skip to content

Instantly share code, notes, and snippets.

@knrt10
Created May 11, 2018 05:46
Show Gist options
  • Save knrt10/044a19ab2fd0f8bd338d6c39d22f65a4 to your computer and use it in GitHub Desktop.
Save knrt10/044a19ab2fd0f8bd338d6c39d22f65a4 to your computer and use it in GitHub Desktop.
Time of user
/**
* @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