This study should be completed over multiple evenings.
NodeSchool is an excellent free and open-source resource for learning Node.js. We will use NodeSchool in the future to help us learn to learn how to develop APIs using Node.js. For now, we'll use the javascripting workshop to review what we've learned so far.
By the end of this, developers should be able to:
- Recognize common, fundamental development patterns in JavaScript.
- Work with primitives, reference types, control flow, callbacks, and array methods.
- Fork and clone this repository.
- Change into the new directory.
- Create and checkout a new branch, named
response
. - Follow the directions given in
study.md
. - When finished, push to your fork and submit a pull request.
You may wish to refer to FAQs related to forking, cloning, and pull requests.
Developers should run these often!
grunt nag
or justgrunt
: runs code quality analysis tools on your code and complains.grunt reformat
: reformats all your code in a standard style.grunt test
: runs any automated tests; may depend ongrunt build
.
- All content is licensed under a CCBYNCSA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.