Challenge 📝
Resources 📚
Given is a String string and a number n. Return a string with the section from 0 to n in a row. In each run n is to be decremented.
string
n
#JavaScript Strings
Medium
unsolved