Retired
Thinkful - String Drills: Repeater (retired)
5,348 of 17,241Grae-Drake
Description:
Write a function named repeater()
that takes two arguments (a string and a number), and returns a new string where the input string is repeated that many times.
Example: (Input1, Input2 --> Output)
"a", 5 --> "aaaaa"
Fundamentals
Similar Kata:
Stats:
Created | Dec 21, 2016 |
Warriors Trained | 20582 |
Total Skips | 982 |
Total Code Submissions | 32889 |
Total Times Completed | 17241 |
Python Completions | 5348 |
Crystal Completions | 25 |
Ruby Completions | 607 |
Haskell Completions | 211 |
JavaScript Completions | 5573 |
CoffeeScript Completions | 17 |
Rust Completions | 559 |
Java Completions | 2252 |
PHP Completions | 600 |
Groovy Completions | 69 |
TypeScript Completions | 292 |
C# Completions | 662 |
C++ Completions | 972 |
C Completions | 285 |
Julia Completions | 18 |
Go Completions | 325 |
Total Stars | 85 |
% of votes with a positive feedback rating | 87% of 2027 |
Total "Very Satisfied" Votes | 1581 |
Total "Somewhat Satisfied" Votes | 345 |
Total "Not Satisfied" Votes | 101 |
Total Rank Assessments | 17 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |