1 2 3 4 5 6 7
import order from "./order.js"; await new Promise((resolve) => { setTimeout(resolve, 200); }); order.push("a");