8 kyu
Convert a string to an array
70,185 of 154,922samjam48
Description:
Write a function to split a string and convert it into an array of words.
Examples (Input ==> Output):
"Robin Singh" ==> ["Robin", "Singh"]
"I love arrays they are my favorite" ==> ["I", "love", "arrays", "they", "are", "my", "favorite"]
Arrays
Strings
Fundamentals
Similar Kata:
Stats:
Created | Sep 25, 2016 |
Published | Sep 25, 2016 |
Warriors Trained | 192953 |
Total Skips | 11560 |
Total Code Submissions | 275282 |
Total Times Completed | 154922 |
JavaScript Completions | 70185 |
Python Completions | 49940 |
Ruby Completions | 3564 |
C# Completions | 7311 |
TypeScript Completions | 2699 |
CoffeeScript Completions | 47 |
Crystal Completions | 40 |
Racket Completions | 58 |
Haskell Completions | 640 |
Elixir Completions | 318 |
Java Completions | 12725 |
Julia Completions | 87 |
R Completions | 196 |
C++ Completions | 4850 |
C Completions | 385 |
Lua Completions | 219 |
COBOL Completions | 12 |
Rust Completions | 1544 |
D Completions | 16 |
Go Completions | 2243 |
PHP Completions | 1250 |
Dart Completions | 184 |
Kotlin Completions | 177 |
Total Stars | 847 |
% of votes with a positive feedback rating | 90% of 9061 |
Total "Very Satisfied" Votes | 7470 |
Total "Somewhat Satisfied" Votes | 1315 |
Total "Not Satisfied" Votes | 276 |
Total Rank Assessments | 37 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |