fix(challenge): Add semicolons to "OOP: Inherit from a Supertype"

pull/13126/head
Samuel Plumppu 2017-02-04 02:54:28 +01:00
parent 15eca159d2
commit cd30e4c079
1 changed files with 3 additions and 3 deletions

View File

@ -660,8 +660,8 @@
"",
"// Add your code below this line",
"",
"let duck",
"let beagle",
"let duck; // Change this line",
"let beagle; // Change this line",
"",
"duck.eat(); // Should print \"nom nom nom\"",
"beagle.eat(); // Should print \"nom nom nom\" "
@ -992,4 +992,4 @@
"translations": {}
}
]
}
}