From bb552574f6ff7d7c7209e4bc0fd0b7e62c8e7dde Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Wed, 18 Jun 2025 05:21:58 +1200 Subject: [PATCH] fix(curriculum): modify description in Recipe Tracker workshop (#60886) Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com> --- .../workshop-recipe-tracker/66fbcf750a62784cf11f5631.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5631.md b/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5631.md index 6ca14f2a2a4..570a23c485f 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5631.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-recipe-tracker/66fbcf750a62784cf11f5631.md @@ -7,7 +7,7 @@ dashedName: step-7 # --description-- -Now, you should work on calculating the `averageRating`, `totalIngredients`, and the `difficultyLevel` for each recipe in the `recipes` array. +In the next few steps you will work on calculating the average rating, the total ingredients, and the difficulty level for each recipe in the `recipes` array. Start by creating a `getAverageRating` function that takes a single argument, which is an array with ratings. Inside the function, calculate the average rating from the array passed to the function.