Guest User

Untitled

a guest
Feb 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. console.time("Time this");
  2. for (var i = 0; i < 10000; i++) { // Your stuff here }
  3. console.timeEnd("Time this");
Add Comment
Please, Sign In to add comment