Skip to content

Latest commit

 

History

History

reversedSequence

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Reversed sequence

8 kyu link to kata
my solution

Build a function that returns an array of integers from n to 1 where n>0.

Example : n=5 --> [5,4,3,2,1]