Home > Q&A > body text
Looking for an example of a time-consuming f1() function
女神的闺蜜爱上我2017-07-05 10:56:00
Time consuming? Any larger for loop can get stuck until you want to close the browser~
for(var i=1;i<1000000;i++){ //something }