8 kyu
Reverse List Order
24,110 of 56,951cmgerber
Description:
In this kata you will create a function that takes in a list and returns a list with the reverse order.
Examples (Input -> Output)
* [1, 2, 3, 4] -> [4, 3, 2, 1]
* [9, 2, 0, 7] -> [7, 0, 2, 9]
Lists
Fundamentals
Similar Kata:
Stats:
Created | Jul 31, 2014 |
Published | Jul 31, 2014 |
Warriors Trained | 67151 |
Total Skips | 3087 |
Total Code Submissions | 97974 |
Total Times Completed | 56951 |
Python Completions | 24110 |
Ruby Completions | 2125 |
Haskell Completions | 764 |
JavaScript Completions | 24588 |
C# Completions | 2216 |
C Completions | 1052 |
Dart Completions | 1578 |
COBOL Completions | 18 |
Lua Completions | 261 |
Scala Completions | 85 |
TypeScript Completions | 753 |
PHP Completions | 760 |
Total Stars | 229 |
% of votes with a positive feedback rating | 90% of 4377 |
Total "Very Satisfied" Votes | 3653 |
Total "Somewhat Satisfied" Votes | 586 |
Total "Not Satisfied" Votes | 138 |