Is it possible to transform string into an array of characters?
I only found the method .split(param);
I'd like to convert a string to a% of characters , a character in each index.
I would like array
to become 'oi'
How to do this?