You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ To better understand objects, you really just need to write more of them. The [o
20
20
The [arrays.js](assignments/arrays.js) assignment takes us through a large data set of used cars. You have been asked to help a used car business with some customer requests based on their inventory. Use for loops and arrays to solve their problems.
21
21
22
22
* Utilize the the array `inventory` to complete your challenges
23
-
* You can't use map, reduce, or filter to solve these problems. Only use native JavaScript for loops.
24
-
* Complete each challenge presented before moving on to Callbacks.
23
+
* You are not permitted to use map, reduce, or filter to solve these problems. Only use a basic for loop.
24
+
* Complete each challenge presented before moving on to stretch.
25
25
26
26
### Stretch
27
27
* Move on to tomorrow's content and start studying callbacks, write a few of your own to get the hang of it.
0 commit comments