Update DOCS.md

js-version
Anton Medvedev 4 years ago committed by GitHub
parent dfc4815dbf
commit 0307f129f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,7 +212,7 @@ undefined
```
```bash
echo '[1,2,3]' | fx 'this.forEach(x => console.log(x))' 2>/dev/null | xargs echo
echo '[1,2,3]' | fx 'this.forEach(x => console.log(+x))' 2>/dev/null | xargs echo
1 2 3
```

Loading…
Cancel
Save