Skip to content

Commit 4e50a01

Browse files
Update instructions.md
1 parent 0c832fe commit 4e50a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ isObject(25n);
5252

5353
### 4. Check if a string is numeric
5454

55-
Implement the `isNumericString` function, that should check if the value is a string but only consists of numbers.
55+
Implement the `isNumericString` function, that should check if the value is a string that only consists of digits.
5656

5757
```javascript
5858
isNumericString(42);

0 commit comments

Comments
 (0)