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 712c34f commit a0f5dffCopy full SHA for a0f5dff
exercises/concept/recycling-robot/.docs/instructions.md
@@ -87,7 +87,7 @@ isElectronic(new WashingMachine());
87
88
### 6. Check if a value is a non empty array
89
90
-Implement the `isNonEmptyArray` function, that checks if an object is a non empty array.
+Implement the `isNonEmptyArray` function, that checks if a value is a non-empty array.
91
92
```javascript
93
isNonEmptyArray([1, 2, 3]);
0 commit comments