Skip to content

Latest commit

 

History

History

running-out-of-space

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Kevin is noticing his space run out! Write a function that removes the spaces from the values and returns an array showing the space decreasing.

For example, running this function on the array ['i', 'have','no','space'] would produce ['i','ihave','ihaveno','ihavenospace']