Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56cb914

Browse files
committed
Typos
1 parent edffce4 commit 56cb914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JavaScript3/Week9/classwork/exercises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The CV that we will be making uses three classes: `Job`, `Education` and
2727

2828
### Part 1:
2929

30-
- `Job` has three properties: `title`, `description`, `startDate` and `endDate` (the dates can be strings or actual `Date` objects).
31-
- `Education` has three properties: `title`, `school`, `address`, `startDate` and `endDate`.
30+
- `Job` has four properties: `title`, `description`, `startDate` and `endDate` (the dates can be strings or actual `Date` objects).
31+
- `Education` has five properties: `title`, `school`, `address`, `startDate` and `endDate`.
3232

3333
Create those classes.
3434

0 commit comments

Comments
 (0)