An open API service indexing awesome lists of open source software.

https://github.com/kossi-stack/butrry


https://github.com/kossi-stack/butrry

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Repeat a String

Repeat a given string `str` (first argument) for `num` times (second argument). Return an empty string if `num` is not a positive number. For the purpose of this challenge, do *not* use the built-in `.repeat()` method.

Submit a pull request to the main branch with your solution. Do not modify the tests. Once you have created a PR with passing tests, then you have successfully completed the exercise.