Skip to content

Commit 86fe720

Browse files
committed
Updated instructions to add clarity for arrays
1 parent b8f7124 commit 86fe720

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333

3434
To better understand objects, you really just need to write more of them. The [objects.js](assignments/objects.js) file contains several challenges centered around a theme of interns starting at a new job. The Human Resources team needs information about the new hires. Use your new found object skills answer vital questions for HR.
3535

36-
* Read the instructions found within the file carefully to finish the challenges.
37-
* Complete each challenge presented before moving on to Arrays.
36+
* Read the instructions found within the file carefully to finish the challenges
37+
* Don't work on stretch until you have completed all assignments
3838

3939
### Arrays
4040

4141
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.
4242

4343
* Utilize the the array `inventory` to complete your challenges
44-
* You are not permitted to use map, reduce, or filter to solve these problems. Only use a basic for loop.
45-
* Complete each challenge presented before moving on to stretch.
44+
* Use any array method you see fit to solve the problem
45+
* Don't work on stretch until you have completed all assignments
4646

4747
### Arrow Function Syntax
4848

0 commit comments

Comments
 (0)