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

Stats:

CreatedJul 31, 2014
PublishedJul 31, 2014
Warriors Trained67151
Total Skips3087
Total Code Submissions97974
Total Times Completed56951
Python Completions24110
Ruby Completions2125
Haskell Completions764
JavaScript Completions24588
C# Completions2216
C Completions1052
Dart Completions1578
COBOL Completions18
Lua Completions261
Scala Completions85
TypeScript Completions753
PHP Completions760
Total Stars229
% of votes with a positive feedback rating90% of 4377
Total "Very Satisfied" Votes3653
Total "Somewhat Satisfied" Votes586
Total "Not Satisfied" Votes138
Ad
Contributors
  • cmgerber Avatar
  • jhoffner Avatar
  • alchemy Avatar
  • Javatlacati Avatar
  • SagePtr Avatar
  • andyyaldoo Avatar
  • bkaes Avatar
  • krzysztofszarek Avatar
  • shakib609 Avatar
  • myjinxin2015 Avatar
  • Chrono79 Avatar
  • Voile Avatar
  • Souzooka Avatar
  • rowcased Avatar
  • FArekkusu Avatar
  • monadius Avatar
  • hobovsky Avatar
  • alfredojry Avatar
  • ejini战神 Avatar
  • Mihail_Onuchin Avatar
  • akar-0 Avatar
  • dfhwze Avatar
  • fcr-- Avatar
  • KayleighWasTaken Avatar
Ad