Skip to content

Instantly share code, notes, and snippets.

@tadfmac
Created December 16, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadfmac/59e56d7f955a1cbaeda8 to your computer and use it in GitHub Desktop.
Save tadfmac/59e56d7f955a1cbaeda8 to your computer and use it in GitHub Desktop.
function delay(millisec){
var start = new Date();
while((new Date()-start)<millisec);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment