Reverse a string
For example: input: "cool" output: "looc"
Install assignment dependencies:
$ yarn
Execute the tests with:
$ yarn test
Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb