Skip to content

Latest commit

 

History

History

spacify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Modify the spacify function so that it returns the given string with spaces inserted between each character.

spacify("hello world") // returns "h e l l o   w o r l d"