https://github.com/natac13/learnyoumongo-solutions
My solutions to learnyoumongo
https://github.com/natac13/learnyoumongo-solutions
Last synced: 3 months ago
JSON representation
My solutions to learnyoumongo
- Host: GitHub
- URL: https://github.com/natac13/learnyoumongo-solutions
- Owner: natac13
- License: mit
- Created: 2015-11-01T16:40:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T16:41:07.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:47.277Z (over 2 years ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My solutions for learnyoumongo which I was working on by following the [Free Code Camp](https://freecodecamp.com) curriculum. More workshops can also be found at [NodeSchool](http://nodeschool.io/), which I and working through as they are open sourced projects from other community members.
I have been learning ES6, so I have babel setup to transpile the ES6 code in the root directory to the ES5/ folder which I then used those files to run `learnyoumongo verify [filename]`.