Skip to content

Commit 712c34f

Browse files
Update exercises/concept/recycling-robot/.docs/instructions.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 62682d5 commit 712c34f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ Implement the `isElectronic` function, that checks if an object is an instance o
7373
class Duck {
7474
//...
7575
}
76+
7677
class WashingMachine extends ElectronicDevice {
7778
//...
7879
}
80+
7981
isElectronic(new Duck());
8082
// => false
8183

0 commit comments

Comments
 (0)