8 kyu
Reversed sequence
49,346 of 149,029jamad
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 | 197329 |
Total Skips | 13260 |
Total Code Submissions | 318618 |
Total Times Completed | 149029 |
Python Completions | 49346 |
Rust Completions | 2485 |
C# Completions | 7157 |
JavaScript Completions | 52774 |
CoffeeScript Completions | 49 |
TypeScript Completions | 2368 |
Crystal Completions | 50 |
Ruby Completions | 2926 |
Lua Completions | 517 |
PHP Completions | 3628 |
C++ Completions | 9253 |
Haskell Completions | 1087 |
Fortran Completions | 75 |
NASM Completions | 42 |
Java Completions | 12372 |
C Completions | 2007 |
Prolog Completions | 74 |
Kotlin Completions | 1701 |
CFML Completions | 26 |
Swift Completions | 2244 |
Julia Completions | 75 |
Go Completions | 2509 |
COBOL Completions | 18 |
D Completions | 18 |
RISC-V Completions | 30 |
Scala Completions | 100 |
Dart Completions | 150 |
Total Stars | 920 |
% of votes with a positive feedback rating | 92% of 9358 |
Total "Very Satisfied" Votes | 8003 |
Total "Somewhat Satisfied" Votes | 1205 |
Total "Not Satisfied" Votes | 150 |
Total Rank Assessments | 17 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |