We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69aa7cf + 032d166 commit cb06e91Copy full SHA for cb06e91
1 file changed
javascript/src/season.js
@@ -5,7 +5,7 @@ const Animal = {
5
6
class Season {
7
getCurrent() {
8
- return Animal.Rabbit;
+ return Animal.Duck;
9
}
10
11
0 commit comments