Update basic-bonfires.json

Removed unnecessary repetition
This commit is contained in:
Akinseye Olawale
2016-06-21 15:24:32 +01:00
committed by GitHub
parent b4cf1037d5
commit ad01518204

View File

@ -362,7 +362,7 @@
},
{
"id": "afcc8d540bea9ea2669306b6",
"title": "Repeat a string repeat a string",
"title": "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.",
"Remember to use <a href=\"//github.com/FreeCodeCamp/freecodecamp/wiki/FreeCodeCamp-Get-Help\" target=\"_blank\">Read-Search-Ask</a> if you get stuck. Write your own code."