https://github.com/defstream/exercism.io-javascript-submissions
My exercism.io submissions
https://github.com/defstream/exercism.io-javascript-submissions
Last synced: 10 months ago
JSON representation
My exercism.io submissions
- Host: GitHub
- URL: https://github.com/defstream/exercism.io-javascript-submissions
- Owner: defstream
- License: isc
- Created: 2016-01-06T20:11:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T00:45:24.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:08:05.785Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exercism.io-javascript-submissions
This is a collection of my `javascript` exercism.io submissions. You can view more here http://exercism.io/defstream.
# Getting Started
After cloning this repository, within it's directory run the common npm commands.
```shell
$ npm install
$ npm test
```