Replit Commit
This commit is contained in:
commit
f49f965a42
41 changed files with 32720 additions and 0 deletions
5
dev/other.js
Normal file
5
dev/other.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const cap = 60;
|
||||
|
||||
const logNow = () => console.log(Date.now());
|
||||
|
||||
for (var i = 0; i < cap; i++) setTimeout(logNow, i * 1000);
|
Loading…
Add table
Add a link
Reference in a new issue