Skip to content

Commit 0c832fe

Browse files
Update instructions.md
1 parent e078be7 commit 0c832fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ isNumber(NaN);
3939

4040
### 3. Check if a value is an object
4141

42-
Implement the `isObject` function, that should check if the value is actually an object, not null.
42+
Implement the `isObject` function, that should check if the value is an object.
43+
On the conveyor, `null` is nothing and not considered an object.
4344

4445
```javascript
4546
isObject({ greeting: 'Hello' });

0 commit comments

Comments
 (0)