Clarify instructions

Clarify Instructions
This commit is contained in:
Chuanfeng Zhang 2016-10-07 17:39:51 +08:00 committed by Stuart Taylor
parent 86853de3d9
commit 7a04d27c6e

View File

@ -400,7 +400,7 @@
"id": "afcc8d540bea9ea2669306b6",
"title": "Repeat a string repeat a string",
"description": [
"Repeat a given string (first argument) <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.",
"Remember to use <a href=\"http://forum.freecodecamp.com/t/how-to-get-help-when-you-are-stuck/19514\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."
],
"challengeSeed": [