transform an array into a string | codewars 7 kyu | javascript
Kata = https://www.codewars.com/kata/59a602d...
DESCRIPTION:
A simple kata, my first.
simply tranform an array into a string, like so:
transform([4, -56, true, "box"]) = "4-56truebox"
have fun coding!