Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 607 Bytes

exercise007.md

File metadata and controls

15 lines (8 loc) · 607 Bytes

Exercises 007 🤵

Well done for getting this far! 🎉 🥳

Once again, we'd like you to write your own unit tests.

Remember, there is a video on Unit Testing available here:

Writing your own Unit Tests

Work through the exercises in a TDD (Test Driven Development) approach of Red -> Green -> Refactor

In these exercises you have covered forLoops, ES6 methods like .map() and .forEach(), eslint, Test Driven Development and more!

Lastly, see Exercise008 for one final activity.