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.
1 parent 6b1bb12 commit a079c00Copy full SHA for a079c00
1 file changed
exercises/concept/recycling-robot/.docs/instructions.md
@@ -83,7 +83,7 @@ isElectronic(new Duck());
83
// => false
84
85
isElectronic(new WashingMachine());
86
-// => false
+// => true
87
```
88
89
### 6. Check if a value is a non empty array
0 commit comments