Também não estou conseguindo. Fiquei travado nessa primeira parte: Call the prepareRecipeCards() function at the end of the code to run the program
Function prepareRecipeCards ( ) {
Try {
addIngredient ( leeks, );
printTotalweigth( );
ingredient.forEach( printIngredient ( ) );
} catch {e } {
console.log( e)
}
};
1 Like
Oi Bruno, muito obrigado! Agora eu consegui. Só faltava a última linha mesmo.
Function prepareRecipeCards () {
Try {
addIngredient (leeks,);
printTotalweigth ();
ingrediente.forEach (printIngredient ());
} catch {e} {
console.log (e)
}
};
prepareRecipeCards ()
Oque ótimo, qualquer coisa só me chamar