8 kyu
Convert number to reversed array of digits
84,383 of 205,584emporio
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 | 322373 |
Total Skips | 22327 |
Total Code Submissions | 578073 |
Total Times Completed | 205584 |
JavaScript Completions | 84383 |
CoffeeScript Completions | 125 |
Python Completions | 70369 |
Clojure Completions | 663 |
Ruby Completions | 5626 |
Haskell Completions | 1274 |
Java Completions | 14178 |
C# Completions | 7473 |
C++ Completions | 10084 |
Elixir Completions | 701 |
Swift Completions | 3212 |
TypeScript Completions | 3724 |
Prolog Completions | 59 |
Crystal Completions | 27 |
Kotlin Completions | 1767 |
CFML Completions | 17 |
Rust Completions | 2410 |
Julia Completions | 100 |
R Completions | 238 |
C Completions | 1618 |
COBOL Completions | 23 |
Lua Completions | 253 |
D Completions | 16 |
Go Completions | 2289 |
Scala Completions | 203 |
OCaml Completions | 114 |
PHP Completions | 379 |
Perl Completions | 3 |
Total Stars | 2170 |
% of votes with a positive feedback rating | 91% of 12685 |
Total "Very Satisfied" Votes | 10696 |
Total "Somewhat Satisfied" Votes | 1734 |
Total "Not Satisfied" Votes | 255 |
Total Rank Assessments | 35 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |