8 kyu
Convert number to reversed array of digits
80,886 of 194,149emporio
Description:
Given a random non-negative number, you have to return the digits of this number within an array in reverse order.
Example (Input => Output):
35231 => [1,3,2,5,3]
0 => [0]
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Jun 18, 2015 |
Published | Jun 18, 2015 |
Warriors Trained | 305255 |
Total Skips | 21222 |
Total Code Submissions | 551762 |
Total Times Completed | 194149 |
JavaScript Completions | 80886 |
CoffeeScript Completions | 125 |
Python Completions | 65522 |
Clojure Completions | 651 |
Ruby Completions | 5530 |
Haskell Completions | 1239 |
Java Completions | 13439 |
C# Completions | 7081 |
C++ Completions | 9332 |
Elixir Completions | 685 |
Swift Completions | 3114 |
TypeScript Completions | 3436 |
Prolog Completions | 58 |
Crystal Completions | 27 |
Kotlin Completions | 1657 |
CFML Completions | 16 |
Rust Completions | 2260 |
Julia Completions | 94 |
R Completions | 222 |
C Completions | 1438 |
COBOL Completions | 20 |
Lua Completions | 225 |
D Completions | 15 |
Go Completions | 1980 |
Scala Completions | 190 |
OCaml Completions | 104 |
PHP Completions | 181 |
Total Stars | 2071 |
% of votes with a positive feedback rating | 91% of 12346 |
Total "Very Satisfied" Votes | 10422 |
Total "Somewhat Satisfied" Votes | 1678 |
Total "Not Satisfied" Votes | 246 |
Total Rank Assessments | 35 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |