solismc / Projects

Repository of projects I've worked on
1 stars 0 forks source link

Week 05 Day 2 - Function Junction - #18

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Objectives

After completing this assignment, you should be able to:

Requirements

  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.

solismc commented 6 years ago

Mark,

I have finished the functions. I forked this repo. It shows. I am getting some errors when I commit. I have it saved locally but can't push to the Git repo which is set up. I keep getting some errors.

solismc commented 6 years ago

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

mdewey commented 6 years ago

Find me to get this git issue resolved

mdewey commented 6 years ago

Awesome Work!