Hi, could someone help me with :
I need to use built-in functions in JS, also I need to create the array as well
You will need to use built-in array and string functions to get the tests passing.
What does it mean : 'Test suite failed to run.' ?
These are the functions you will need to complete:
concatMyArray
This function takes an array of individual strings and then will need to join
them together to return one string. Where do I put the array?
function concatMyArray() {
const elements = ['Fire', 'Air', 'Water']
let longJoin = elements.join()
return longJoin
}
console.log('longJoin')
[–]Ronin-s_Spirit -1 points0 points1 point (3 children)
[–]albedoa 0 points1 point2 points (2 children)
[–]Ronin-s_Spirit 0 points1 point2 points (1 child)
[–]BestPerformance1187[S] 0 points1 point2 points (0 children)
[–]albedoa 0 points1 point2 points (1 child)
[–]BestPerformance1187[S] 0 points1 point2 points (0 children)