🔰event loop
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ async code ⟩ event loop
replit ⟩ event loop
const { log } = console;
// ----------
// case 1
// ----------
try {
setTimeout(() => {
throw new Error("Woosh"); // ⭐ async code