/* You can use map and pass the String constructor as a function, which will turn each number into a string: */ sphValues.map(String) //=> ['1','2','3','4','5']