After completing this assignment, you should be able to:
- Demonstrate understanding of iteration/enumeration
- Fork this repository to your own account.
- Change into your projects directory:
- Clone your repository:
git clone the-github-url-of-your-fork - Change into your project's directory:
cd unit-i-katas - Install the dependencies:
yarn install(or justyarnfor short) - Open in your editor]
- Start the test runner:
yarn start - Open
src/functions.test.jsand work on functions until tests pass. - Commit and push your work to GitHub.
- Turn in the URL to your GitHub repo.
- All tests passing
- No linter warnings
- Turn in the homework using the URL to your repository on GitHub.
Reference the documentation on DevDocs to find what kind of helpful functions might already be in JavaScript.