Skip to content

Commit 31b6ef9

Browse files
committed
updates to readme
1 parent 1abe623 commit 31b6ef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To better understand objects, you really just need to write more of them. The [o
2020
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.
2121

2222
* 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.
2525

2626
### Stretch
2727
* 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

Comments
 (0)