11cb0ef41Sopenharmony_ciconst getLunch = () => 21cb0ef41Sopenharmony_ci placeOrder('tacos') 31cb0ef41Sopenharmony_ci .then(eat); 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ciconst placeOrder = (order) => Promise.resolve(order); 61cb0ef41Sopenharmony_ciconst eat = (food) => '<nom nom nom>'; 7