An open API service indexing awesome lists of open source software.

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; }) ```

Awesome Lists containing this project

README

          

# javascript-basic-tutorial
```eval-js [1, 2, 3].map(function(x) { return x + 1; }) ```