Skip to content

Commit eabfb7f

Browse files
fix(curriculum): update step 6 instruction in workshop shopping list (freeCodeCamp#65768)
1 parent 59abe4c commit eabfb7f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

curriculum/challenges/english/blocks/workshop-shopping-list/66c6491fe4c8e0f16845425f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now it is time to add another fruit to the list.
1111

1212
Using the same array method as earlier, add the string `"Grapes"` to the end of the `shoppingList` array.
1313

14-
Then, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console.
14+
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.
1515

1616
# --hints--
1717

curriculum/challenges/english/blocks/workshop-shopping-list/66c72a55418cc9247b710827.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: step-10
77

88
# --description--
99

10-
Next, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console.
10+
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.
1111

1212
# --hints--
1313

curriculum/challenges/english/blocks/workshop-shopping-list/66c72f4d0528bd268a82107b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: step-12
99

1010
Now it is time to log the updated `shoppingList` array to the console.
1111

12-
Add another `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console.
12+
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.
1313

1414
# --hints--
1515

curriculum/challenges/english/blocks/workshop-shopping-list/66c73a0c5b264f2a75164d94.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: step-15
99

1010
Now it is time to log the updated `shoppingList` array to the console.
1111

12-
Add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console.
12+
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.
1313

1414
# --hints--
1515

curriculum/challenges/english/blocks/workshop-shopping-list/66c73a7798f6f62b2ae58f22.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Start by adding a `console.log` statement that logs the message `"It might be ni
1313

1414
Below that `console` statement, use the correct array method to add the string `"Chocolate Cake"` to the beginning of the `shoppingList` array.
1515

16-
Finally, add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the updated list logged to the console.
16+
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.
1717

1818
# --hints--
1919

curriculum/challenges/english/blocks/workshop-shopping-list/66cbe2319d3845545a293a0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dashedName: step-6
99

1010
Now it is time to see the message logged to the console.
1111

12-
Add a `console.log` and call the `getShoppingListMsg` function inside of the `console.log` to see the message logged to the console.
12+
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.
1313

1414
# --hints--
1515

0 commit comments

Comments
 (0)