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