We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da10689 commit de6985dCopy full SHA for de6985d
src/class.js
@@ -14,7 +14,7 @@
14
// `Cat` should extend the `Animal` class.
15
// Animal and Cat should both have a parameter called `options` in their constructors.
16
// Animal should have the property `age` that's set in the constructor and the method
17
-// `growOlder` that returns the age.
+// `growOlder` that returns the age after incrementing it.
18
// Cat should have the property `name` that is set in the constructor and the method
19
// `meow` that should return the string `<name> meowed!` where `<name>` is the `name`
20
// property set on the Cat instance.
0 commit comments