Add a space between characters in a String [duplicate] September 15, 2023 by Tarik "hello".split('').join(' '); // "h e l l o"