diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66c6491fe4c8e0f16845425f.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66c6491fe4c8e0f16845425f.md index 33453d2ad5b..e2a5e70feef 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66c6491fe4c8e0f16845425f.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66c6491fe4c8e0f16845425f.md @@ -11,7 +11,7 @@ Now it is time to add another fruit to the list. Using the same array method as earlier, add the string `"Grapes"` to the end of the `shoppingList` array. -Then, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console. +Then, add a `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the updated list logged to the console. # --hints-- diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66c72a55418cc9247b710827.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66c72a55418cc9247b710827.md index e9150f82c1d..edeb9e8e65a 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66c72a55418cc9247b710827.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66c72a55418cc9247b710827.md @@ -7,7 +7,7 @@ dashedName: step-10 # --description-- -Next, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console. +Next, add a `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the updated list logged to the console. # --hints-- diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66c72f4d0528bd268a82107b.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66c72f4d0528bd268a82107b.md index 5b68a2e6fbf..785c9857763 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66c72f4d0528bd268a82107b.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66c72f4d0528bd268a82107b.md @@ -9,7 +9,7 @@ dashedName: step-12 Now it is time to log the updated `shoppingList` array to the console. -Add another `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console. +Add another `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the updated list logged to the console. # --hints-- diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a0c5b264f2a75164d94.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a0c5b264f2a75164d94.md index d1807498d39..0a626e17807 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a0c5b264f2a75164d94.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a0c5b264f2a75164d94.md @@ -9,7 +9,7 @@ dashedName: step-15 Now it is time to log the updated `shoppingList` array to the console. -Add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console. +Add a `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the updated list logged to the console. # --hints-- diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a7798f6f62b2ae58f22.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a7798f6f62b2ae58f22.md index ff4184f698b..0a51e7d840f 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a7798f6f62b2ae58f22.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66c73a7798f6f62b2ae58f22.md @@ -13,7 +13,7 @@ Start by adding a `console.log` statement that logs the message `"It might be ni Below that `console` statement, use the correct array method to add the string `"Chocolate Cake"` to the beginning of the `shoppingList` array. -Finally, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console. +Finally, add a `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the updated list logged to the console. # --hints-- diff --git a/curriculum/challenges/english/blocks/workshop-shopping-list/66cbe2319d3845545a293a0b.md b/curriculum/challenges/english/blocks/workshop-shopping-list/66cbe2319d3845545a293a0b.md index 69c8ef4492f..1fe0869cc2e 100644 --- a/curriculum/challenges/english/blocks/workshop-shopping-list/66cbe2319d3845545a293a0b.md +++ b/curriculum/challenges/english/blocks/workshop-shopping-list/66cbe2319d3845545a293a0b.md @@ -9,7 +9,7 @@ dashedName: step-6 Now it is time to see the message logged to the console. -Add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the message logged to the console. +Add a `console.log` and call the `getShoppingListMsg` function with the `shoppingList` array as an argument inside `console.log` to see the message logged to the console. # --hints--