TristanDeAugustine / Assignments

0 stars 0 forks source link

week 03 - day 01 - js practice - #9

Open TristanDeAugustine opened 4 years ago

TristanDeAugustine commented 4 years ago

JavaScript Iteration

Using JavaScript takes practice and the best practice is repetition. This exercise allow you time to work on the basics of JavaScript and how to apply that logic to solving problems.

Objectives

After completing this assignment, you should be able to:

Instructions

  1. Fork this repository to your own account.
  2. Change into your projects directory:
  3. Clone your repository: hub clone js-iteration
  4. Change into your project's directory: `cd js-iteration``
  5. Install the dependencies: yarn install (or just yarn for short)
  6. Open in your editor
  7. Start the test runner: yarn test
  8. Open src/functions.test.js and work on functions until tests pass.
  9. Commit and push your work to GitHub.
  10. Turn in the URL to your GitHub repo.

Explorer Mode

Adventure Mode

Additional Resources

Reference the documentation on DevDocs to find what kind of helpful functions might already be in JavaScript.

TristanDeAugustine commented 4 years ago

https://github.com/TristanDeAugustine/js-iteration

mdewey commented 4 years ago

This is just the fork. Be sure to push your latest code.