Skip to content

Instantly share code, notes, and snippets.

@rehasantiago
Created November 14, 2021 13:20
Show Gist options
  • Save rehasantiago/92c9d6061dcb2587307dc130b90aa957 to your computer and use it in GitHub Desktop.
Save rehasantiago/92c9d6061dcb2587307dc130b90aa957 to your computer and use it in GitHub Desktop.
let start = Date.now();
setTimeout(() => console.log(Date.now()-start), 1000);
for(let i=0;i<1000;i++);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment