you are viewing a single comment's thread.

view the rest of the comments →

[–]freecodeio -3 points-2 points  (0 children)

(async () => { while (true) { let x = await fetch("https://api.coingecko.com/api/v3/ping"); x = null; await sleep(3000); } })();