Skip to content

Commit a079c00

Browse files
committed
Recycling Robot: incorrect return value in example
1 parent 6b1bb12 commit a079c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/recycling-robot/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ isElectronic(new Duck());
8383
// => false
8484

8585
isElectronic(new WashingMachine());
86-
// => false
86+
// => true
8787
```
8888

8989
### 6. Check if a value is a non empty array

0 commit comments

Comments
 (0)