GarrettAnderson / assignments

1 stars 0 forks source link

Week 04 - Day 3 - Part B - Function Junction #15

Closed mdewey closed 5 years ago

mdewey commented 5 years ago

Function Junction

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. Feel free to split screen your work, except now you should split-screen your editor and your TERMINAL
  9. In your editor, open src/functions.test.js and work on each function until the test pass.
  10. Each time you save your code, the tests run and tell you if your code is correct.
  11. Commit and push your work to GitHub.
  12. 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.

GarrettAnderson commented 5 years ago

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

mdewey commented 5 years ago

Your homework was marked: Meets Expectations

Well done!

“Well done!” — via Gavin Stark