Advertisement
jezzye13

Dont use this

Apr 28th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var total = ""
  2. for (var i = 0; i < 100000; i++) {
  3.     total = total + i.toString();
  4.     history.pushState(0, 0, total);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement