We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0ef2e commit 49da298Copy full SHA for 49da298
exercises/concept/recycling-robot/.docs/instructions.md
@@ -20,7 +20,7 @@ isBoolean(null);
20
21
Implement the `isNumber` function, that checks if a value is a _finite_ `number` or `bigint`, ie. not `NaN` or `Infinity`.
22
23
-Sometimes, the device for reading IDs bugs and reads a non-numeric value as `NaN` (Not a Number) or `Infinity`.
+Sometimes, the device for reading IDs fails and reads a non-numeric value as `NaN` (Not a Number) or `Infinity`.
24
Your function should be able to correctly handle this as well.
25
26
```javascript
0 commit comments