We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a7173 + 77ec621 commit 0b79a3dCopy full SHA for 0b79a3d
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