If you split the string by " " it will return an array of words. If you want to add them to another array you can then use whatever method you want to join the two. I'd suggest the spread operator. I'm assuming this is javascript...
Note: The function accepts an integer and returns an integer
And please mark your post as having spoiler content next time.
Loading collection data...
If you split the string by " " it will return an array of words. If you want to add them to another array you can then use whatever method you want to join the two. I'd suggest the spread operator. I'm assuming this is javascript...
And please mark your post as having spoiler content next time.