Skip to content

Commit 9640a1a

Browse files
committed
all tests pass
1 parent 6a06e7e commit 9640a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Animal {
3636
}
3737
}
3838

39-
// vvv NOPE vvv
39+
// vvv NOPE vvv Q: HOW TO SOLVE THIS USING PROTOTYPE?
4040
// const Cat = Object.create(Animal.prototype);
4141
// // Cat.prototype.name = this.name;
4242
// Cat.prototype.name = 'whiskers';

0 commit comments

Comments
 (0)