Testing-practice

In this exercise, I writed a few practical tests for JavaScript functions using the Jest library. I followd the AAA pattern to make my tests easier for other developers to read and understand. I also try to use the TDD approach in practice.