8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69989ce commit 300f003Copy full SHA for 300f003
README.md
@@ -61,7 +61,6 @@ const fred = new Instructor({
61
name: 'Fred',
62
location: 'Bedrock',
63
age: 37,
64
- gender: 'male',
65
favLanguage: 'JavaScript',
66
specialty: 'Front-end',
67
catchPhrase: `Don't forget the homies`
@@ -71,7 +70,7 @@ const fred = new Instructor({
71
70
#### Person
72
73
* First we need a Person class. This will be our `base-class`
74
-* Person receives `name` `age` `location` `gender` all as props
+* Person receives `name` `age` `location` all as props
75
* Person receives `speak` as a method.
76
* 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
77
0 commit comments