In this section you'll practice this key skill of building up your program test first.
Use the Jest syntax and complete the provided files, meeting the acceptance criteria for each function. Use the VSCode test runner to run your tests and check your progress.
Write the tests before the code that will make them pass.
Recommended order:
count.test.jsrepeat-str.test.jsget-ordinal-number.test.js