By the end of this, developers should be able to:
- Cite at least one reason as to why we use prototypes.
- Cite at least one reason as to why we use "this".
- 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 [email protected].