Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitovi/training
Bitovi's training material
https://github.com/bitovi/training
Last synced: about 5 hours ago
JSON representation
Bitovi's training material
- Host: GitHub
- URL: https://github.com/bitovi/training
- Owner: bitovi
- License: mit
- Created: 2014-03-16T23:37:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T17:08:06.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T22:37:36.850Z (7 months ago)
- Language: JavaScript
- Size: 4.59 MB
- Stars: 19
- Watchers: 63
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# JavaScript Training Series
---This repo is a collection of exercises used in Bitovi's [online training series](http://blog.bitovi.com/free-weekly-online-javascript-training/). This repo is updated in coordination with the series, so be sure to check back as we add answer keys to the prior week's exercises!
## Setup
### Download this repository
#### using Git
```
$ git clone [email protected]:bitovi/training.git
```#### using a zip file
Click the "Download ZIP" button at the top right of this page.
### Viewing the exercises
Visit the [exercises](https://github.com/bitovi/training/blob/master/exercises.md) page for more details!