Skip to content

Commit e8fb4e9

Browse files
Update instructions.md
Removed now unnecessary note.
1 parent 511e5a0 commit e8fb4e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ You have been hired by a recycling center.
44
Due to lack of space, all the products are put on the same conveyor belt, but this has lead to different materials mixing together, making them unusable.
55
To fix this, you have been tasked with making functions to identify the type of a product.
66

7-
```exercism/note
8-
Many of the later tasks in this exercise can be solved using either `in` or `Object.hasOwn()`.
9-
To practice, try to solve them with a mix of both.
10-
```
7+
118

129
### 1. Check if a value is a boolean
1310

0 commit comments

Comments
 (0)