console.time("SpendTest"); for(let i=0; i<100; i++){ console.log(i); }; console.timeEnd("SpendTest");
No comments:
Post a Comment