8 kyu
Convert a string to an array
71,691 of 159,705samjam48
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 | 198863 |
Total Skips | 11927 |
Total Code Submissions | 284061 |
Total Times Completed | 159705 |
JavaScript Completions | 71691 |
Python Completions | 51876 |
Ruby Completions | 3602 |
C# Completions | 7527 |
TypeScript Completions | 2825 |
CoffeeScript Completions | 48 |
Crystal Completions | 41 |
Racket Completions | 60 |
Haskell Completions | 654 |
Elixir Completions | 326 |
Java Completions | 13071 |
Julia Completions | 89 |
R Completions | 200 |
C++ Completions | 5137 |
C Completions | 414 |
Lua Completions | 230 |
COBOL Completions | 13 |
Rust Completions | 1612 |
D Completions | 18 |
Go Completions | 2397 |
PHP Completions | 1330 |
Dart Completions | 229 |
Kotlin Completions | 247 |
Perl Completions | 7 |
Total Stars | 867 |
% of votes with a positive feedback rating | 90% of 9187 |
Total "Very Satisfied" Votes | 7575 |
Total "Somewhat Satisfied" Votes | 1332 |
Total "Not Satisfied" Votes | 280 |
Total Rank Assessments | 37 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |