testing-practice.In this exercise, I wrote a few practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make my tests are easier for other developers to read and understand. I also tried to use the TDD approach in practice.