fix(learn): added description about a nonallowed method (#40121)
This commit is contained in:
@ -7,7 +7,7 @@ forumTopicId: 16041
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
Repeat a given string <code>str</code> (first argument) for <code>num</code> times (second argument). Return an empty string if <code>num</code> is not a positive number.
|
||||
Repeat a given string <code>str</code> (first argument) for <code>num</code> times (second argument). Return an empty string if <code>num</code> is not a positive number. For the purpose of this challenge, do <em>not</em> use the built-in <code>.repeat()</code> method.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
Reference in New Issue
Block a user