7 kyu
Running out of space
3,759 of 10,492coding251
Description:
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']
Fundamentals
Similar Kata:
Stats:
Created | Nov 26, 2015 |
Published | Nov 26, 2015 |
Warriors Trained | 14317 |
Total Skips | 186 |
Total Code Submissions | 20133 |
Total Times Completed | 10492 |
JavaScript Completions | 3759 |
Python Completions | 6057 |
Ruby Completions | 133 |
Java Completions | 689 |
Haskell Completions | 32 |
Total Stars | 91 |
% of votes with a positive feedback rating | 92% of 998 |
Total "Very Satisfied" Votes | 865 |
Total "Somewhat Satisfied" Votes | 110 |
Total "Not Satisfied" Votes | 23 |
Total Rank Assessments | 57 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |