create a function to clearAllTimeouts. And create a render function that takes a nested object of dom elements and appends them to the document body
Anonymous
const highestId = window.setTimeout(() => { for (let i = highestId; i >= 0; i--) { window.clearInterval(i); } }, 10);
Check out your Company Bowl for anonymous work chats.