Change challenge description of "Bonfire: Where art thou", to fix issue #1644. Changed description to say "an array" instead of "a list" to make it clear and less confusing.
pull/1645/head
Shouvik Roy 2015-08-07 21:04:20 +05:30
parent 350d59a235
commit 8ff778b358
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@
"dashedName": "bonfire-where-art-thou", "dashedName": "bonfire-where-art-thou",
"difficulty": "1.55", "difficulty": "1.55",
"description": [ "description": [
"Make a function that looks through a list (first argument) and returns an array of all objects that have equivalent property values (second argument).", "Make a function that looks through an array (first argument) and returns an array of all objects that have equivalent property values (second argument).",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code." "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>RSAP</a> if you get stuck. Try to pair program. Write your own code."
], ],
"challengeSeed": [ "challengeSeed": [