JamesEnoch89 / assignments

0 stars 0 forks source link

Week 2 Day 3 - Rock Paper Scissors - #7

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Function Junction

Objectives

After completing this assignment, you should be able to:

Instructions

  1. Fork this repository to your own account.
  2. Change into your training directory
  3. Clone your repository: hub clone function-junction
  4. Change into your project's directory: cd function-junction
  5. Install the dependencies: yarn install (or just yarn for short)
  6. Open in Code: code .
  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

Epic Mode

Additional Resources

Reference the documentation on MDN to find what kind of helpful functions might already be on Array and String in JavaScript.

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are

These steps will be followed for almost every assignment going forward. Once you've completed at least explorer mode and you're satisfied with your work, let's get it published. First let's get it up on GitHub.

Once you are completely, go to the issue on our assignments repository, leave the link the repo of your work, and close the issue. I will not know you are down until you close the issue.

JamesEnoch89 commented 6 years ago

https://github.com/JamesEnoch89/function-junction

-- mark couldn't figure out two of them. I couldn't get "everything" in the last one. spent way too much time researching regexx. it's now midnight! this assignment was fun though.

also had an error with deploy. will figure it out.

mdewey commented 6 years ago

Awesome Work!