8 kyu
Convert number to reversed array of digits
81,967 of 197,696emporio
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 | 310703 |
Total Skips | 21588 |
Total Code Submissions | 560154 |
Total Times Completed | 197696 |
JavaScript Completions | 81967 |
CoffeeScript Completions | 125 |
Python Completions | 67040 |
Clojure Completions | 653 |
Ruby Completions | 5569 |
Haskell Completions | 1253 |
Java Completions | 13650 |
C# Completions | 7207 |
C++ Completions | 9541 |
Elixir Completions | 692 |
Swift Completions | 3145 |
TypeScript Completions | 3533 |
Prolog Completions | 58 |
Crystal Completions | 27 |
Kotlin Completions | 1692 |
CFML Completions | 16 |
Rust Completions | 2303 |
Julia Completions | 97 |
R Completions | 231 |
C Completions | 1490 |
COBOL Completions | 20 |
Lua Completions | 233 |
D Completions | 16 |
Go Completions | 2071 |
Scala Completions | 195 |
OCaml Completions | 107 |
PHP Completions | 242 |
Total Stars | 2105 |
% of votes with a positive feedback rating | 91% of 12467 |
Total "Very Satisfied" Votes | 10525 |
Total "Somewhat Satisfied" Votes | 1693 |
Total "Not Satisfied" Votes | 249 |
Total Rank Assessments | 35 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 8 kyu |