1 2 3 4 5 6 7 8
import order from "./order.js"; const end = Date.now() + 500; while (end < Date.now()) { // pass } order.push("d");