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