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

https://github.com/500tech/intro-to-js

Exercises for intro to JS course
https://github.com/500tech/intro-to-js

Last synced: 5 months ago
JSON representation

Exercises for intro to JS course

Awesome Lists containing this project

README

          

# intro-to-js
Exercises for intro to JS course

## Install and run
```sh
git clone https://github.com/500tech/intro-to-js.git
cd intro-to-js
npm install
node .
```