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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@
33
33
34
34
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.
35
35
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
38
38
39
39
### Arrays
40
40
41
41
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.
42
42
43
43
* 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
0 commit comments