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 3444d77 commit 6f3d534Copy full SHA for 6f3d534
1 file changed
README.md
@@ -31,7 +31,7 @@ For example:
31
32
```javascript
33
const isZero = n => n === 0;
34
-const a = [0,1,0,3,4,0];
+const a = [0, 1, 0, 3, 4, 0];
35
console.log(a.filter(isZero)); // [0, 0, 0]
36
```
37
0 commit comments