Skip to content

Commit 405bbc2

Browse files
committed
Remove line mentioning array destructuring as the student will use object destructuring instead
1 parent 558e0a8 commit 405bbc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

week-3/Homework/mandatory/2-exercises/exercise-3/exercise-3.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
_Need some help? Refresh your memory with [this article](https://www.freecodecamp.org/news/array-destructuring-in-es6-30e398f21d10/)_
44

55
- In `exercise-3.js`, you have been provided with a takeout order. Write a program that will print out the receipt for this order.
6-
- Use array destructuring to extract the values you need from the order
76
- Log each individual item to the console.
87
- Log the total cost of the order to the console.
98

0 commit comments

Comments
 (0)