https://github.com/mingderwang/javascript-basic-tutorial
```eval-js [1, 2, 3].map(function(x) { return x + 1; }) ```
https://github.com/mingderwang/javascript-basic-tutorial
Last synced: 4 months ago
JSON representation
```eval-js [1, 2, 3].map(function(x) { return x + 1; }) ```
- Host: GitHub
- URL: https://github.com/mingderwang/javascript-basic-tutorial
- Owner: mingderwang
- Created: 2022-02-16T11:27:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T11:27:42.000Z (over 4 years ago)
- Last Synced: 2025-03-04T05:24:46.339Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript-basic-tutorial
```eval-js [1, 2, 3].map(function(x) { return x + 1; }) ```