#menu {
    Object.keys(randomRecipe).forEach((ingredient) => {
      currentOrder.ingredients[ingredient] = randomRecipe[ingredient];
    });
}