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
- Host: GitHub
- URL: https://github.com/500tech/intro-to-js
- Owner: 500tech
- License: mit
- Created: 2019-01-16T09:09:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T00:18:19.000Z (about 4 years ago)
- Last Synced: 2025-04-30T10:33:27.739Z (about 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```