StPeteFrank / assignments

0 stars 0 forks source link

Week 05 - Day 2 - JavaScript Iteration #16

Closed gstark closed 5 years ago

gstark commented 5 years ago

JavaScript Iteration

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: git 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

Additional Resources

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

StPeteFrank commented 5 years ago

Hey Gavin. Here is my github repo url for js-Iteration assignment. This will become my start of day coding assignment until I get to Code Wars Katas level. Thank you for your help. Once I understand the last three I'll resubmit and comment.

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

gstark commented 5 years ago

Awesome!

For things like

    number = number % 2 === 0
    return number

just do return (number % 2 ==== 0)

gstark commented 5 years ago

Your homework was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark