Skip to content

Commit 0bd62bc

Browse files
committed
Small issue with save
1 parent 0fcdcfc commit 0bd62bc

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/herbivoresAndCarnivores.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ class Carnivore extends Animal {
3535
}
3636
}
3737

38-
const tiger = new Carnivore('Tiger');
39-
const zebra = new Herbivore('Zebra');
40-
41-
tiger.bite(zebra);
42-
tiger.bite(zebra);
43-
44-
console.log(Animal.alive);
45-
46-
// console.log(Animal.alive());
47-
4838
module.exports = {
4939
Animal,
5040
Herbivore,

0 commit comments

Comments
 (0)