diff --git a/mandatory/3-groceries.js b/mandatory/3-groceries.js index a416c23c..35bf3f65 100644 --- a/mandatory/3-groceries.js +++ b/mandatory/3-groceries.js @@ -25,6 +25,7 @@ let weeklyMealPlan = { /* Exercise 1: Loop through the weekly meal plan object to gather weekly ingredients into the weeklyGroceriesToBuy array. + The weeklyGroceriesToBuy array shouldn't contain any repeating items. Then use console.log() to print out the list. */ // Gather all week item names into this array