Guest User

Untitled

a guest
May 27th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. (function() {
  2. var time = new Date();
  3. for (var i=0; i<25000; i++) { var foo, bar, test; }
  4. var duration = (new Date()-time);
  5. console.log("It took " + duration + " ms");
  6. })();
Add Comment
Please, Sign In to add comment