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 f7f6a7a commit 519ed18Copy full SHA for 519ed18
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