8000 Update README.md · toneiobufon/JavaScript-IV@300f003 · GitHub
[go: up one dir, main page]

Skip to content

Commit 300f003

Browse files
authored
Update README.md
1 parent 69989ce commit 300f003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const fred = new Instructor({
6161
name: 'Fred',
6262
location: 'Bedrock',
6363
age: 37,
64-
gender: 'male',
6564
favLanguage: 'JavaScript',
6665
specialty: 'Front-end',
6766
catchPhrase: `Don't forget the homies`
@@ -71,7 +70,7 @@ const fred = new Instructor({
7170
#### Person
7271

7372
* First we need a Person class. This will be our `base-class`
74-
* Person receives `name` `age` `location` `gender` all as props
73+
* Person receives `name` `age` `location` all as props
7574
* Person receives `speak` as a method.
7675
* This method logs out a phrase `Hello my name is Fred, I am from Bedrock` where `name` and `location` are the object's own props
7776

0 commit comments

Comments
 (0)
0