fix(challenge): Add semicolons to "OOP: Inherit from a Supertype"
This commit is contained in:
@ -660,8 +660,8 @@
|
|||||||
"",
|
"",
|
||||||
"// Add your code below this line",
|
"// Add your code below this line",
|
||||||
"",
|
"",
|
||||||
"let duck",
|
"let duck; // Change this line",
|
||||||
"let beagle",
|
"let beagle; // Change this line",
|
||||||
"",
|
"",
|
||||||
"duck.eat(); // Should print \"nom nom nom\"",
|
"duck.eat(); // Should print \"nom nom nom\"",
|
||||||
"beagle.eat(); // Should print \"nom nom nom\" "
|
"beagle.eat(); // Should print \"nom nom nom\" "
|
||||||
|
Reference in New Issue
Block a user