Skip to content

Commit 7a6f473

Browse files
authored
minor copy edits
- line 14 last sentence - line 22 period
1 parent 7cbcb08 commit 7a6f473

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
@@ -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)