Skip to content

Latest commit

 

History

History

runningOutOfSpace

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Running out of space

7 kyu link to kata
my solution

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']