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
@@ -11,15 +11,15 @@
11
11
* Once you finish the exercises in each file, commit your code, and push it to your fork.
12
12
13
13
### Objects
14
-
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.
14
+
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 to answer vital questions for HR.
15
15
16
16
* Read the instructions found within the file carefully to finish the challenges.
17
17
* Complete each challenge presented before moving on to Arrays.
18
18
19
19
### Arrays
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
-
* Utilize the the array `inventory` to complete your challenges
22
+
* Utilize the the array `inventory` to complete your challenges.
23
23
* You can't use map, reduce, or filter to solve these problems. Only use native JavaScript for loops.
24
24
* Complete each challenge presented before moving on to Callbacks.
0 commit comments