I've found that you can't use either the "forEach" or "map" functions on strings, so how would I go about going through every character in a string within JSX? Thanks for any responses.
I want to put a space between every character in a word e.g. "dog" -> "d o g".