// Why does a zero timer still wait? // Teaching excerpts; see the explanation and boundaries on the episode page. // Need that order? Put it in the code. await loadData(); setTimeout(() => { useLoadedData(); }, 0);