Update basic-bonfires.json

Removed unnecessary repetition
pull/18182/head
Akinseye Olawale 2016-06-21 15:24:32 +01:00 committed by GitHub
parent 8de734f610
commit 22245b42c1
1 changed files with 1 additions and 1 deletions

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."