Skip to content

Commit 5551e4d

Browse files
authored
Merge pull request bloominstituteoftechnology#2 from LambdaSchool/mixelpixel-patch-2
PATRICK KENNEDY
2 parents 12f6c43 + 7a6f473 commit 5551e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
* Once you finish the exercises in each file, commit your code, and push it to your fork.
1212

1313
### 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.
1515

1616
* Read the instructions found within the file carefully to finish the challenges.
1717
* Complete each challenge presented before moving on to Arrays.
1818

1919
### Arrays
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

22-
* Utilize the the array `inventory` to complete your challenges
22+
* Utilize the the array `inventory` to complete your challenges.
2323
* You can't use map, reduce, or filter to solve these problems. Only use native JavaScript for loops.
2424
* Complete each challenge presented before moving on to Callbacks.
2525

0 commit comments

Comments
 (0)