8 kyu
Reversed sequence
50,163 of 150,976jamad
Description:
Build a function that returns an array of integers from n to 1 where n>0
.
Example : n=5
--> [5,4,3,2,1]
Fundamentals
Similar Kata:
Stats:
Created | Nov 6, 2017 |
Published | Nov 6, 2017 |
Warriors Trained | 199668 |
Total Skips | 13376 |
Total Code Submissions | 322203 |
Total Times Completed | 150976 |
Python Completions | 50163 |
Rust Completions | 2511 |
C# Completions | 7254 |
JavaScript Completions | 53277 |
CoffeeScript Completions | 49 |
TypeScript Completions | 2410 |
Crystal Completions | 50 |
Ruby Completions | 2942 |
Lua Completions | 521 |
PHP Completions | 3656 |
C++ Completions | 9430 |
Haskell Completions | 1093 |
Fortran Completions | 77 |
NASM Completions | 42 |
Java Completions | 12507 |
C Completions | 2054 |
Prolog Completions | 74 |
Kotlin Completions | 1728 |
CFML Completions | 26 |
Swift Completions | 2261 |
Julia Completions | 75 |
Go Completions | 2567 |
COBOL Completions | 18 |
D Completions | 18 |
RISC-V Completions | 31 |
Scala Completions | 102 |
Dart Completions | 167 |
Perl Completions | 4 |
Total Stars | 932 |
% of votes with a positive feedback rating | 92% of 9408 |
Total "Very Satisfied" Votes | 8047 |
Total "Somewhat Satisfied" Votes | 1210 |
Total "Not Satisfied" Votes | 151 |
Total Rank Assessments | 17 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |