8 kyu
Grasshopper - Combine strings
10,012 of 23,390danleavitt0
Description:
Combine strings function
Create a function named combineNames
/combine_names
/CombineNames
that accepts two parameters (first and last name). The function should return the full name.
Example:
With "James"
as the first name and "Stevens"
as the last name should return "James Stevens"
Fundamentals
Similar Kata:
Stats:
Created | Sep 14, 2015 |
Published | Oct 29, 2015 |
Warriors Trained | 26429 |
Total Skips | 839 |
Total Code Submissions | 38471 |
Total Times Completed | 23390 |
JavaScript Completions | 10012 |
CoffeeScript Completions | 54 |
Haskell Completions | 499 |
Ruby Completions | 1212 |
Python Completions | 10222 |
C# Completions | 992 |
Java Completions | 1073 |
Groovy Completions | 26 |
Total Stars | 111 |
% of votes with a positive feedback rating | 91% of 2490 |
Total "Very Satisfied" Votes | 2081 |
Total "Somewhat Satisfied" Votes | 352 |
Total "Not Satisfied" Votes | 57 |