Testing practice is a project where we use Jest to test some some JavaScript algorithms.
The algorithms
- Capitalize - Where the first character of a string is captalized.
- Reverse String - Where a string is reversed
- Calculator - Works with add, subtract, divide and multiply
- Ceasar Cipher - Decript a string
- Array Analysis - Return an object that contains average, min, max and length of an array.
Full task description: Odin Project.
- Git
- Github
- JavaScritp
- Jest
Just open the dist/index.html file.
Distributed under the MIT License. See LICENSE for more information.
- Felipe Enne - felipeenne@gmail.com | Github Account https://github.com/FelipeEnne
- Raphael Cordeiro - phalado@gmail.com | Github Account https://github.com/phalado
- Microverse and Odin Project .