Merge pull request #117 from FreeCodeCamp/brndnb-bonfire-update

Update bonfire challenge description
pull/128/head
Nathan 2015-02-26 16:42:20 +09:00
commit efb35b2b42
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
"name": "Return Largest Numbers in Arrays", "name": "Return Largest Numbers in Arrays",
"difficulty": "1.06", "difficulty": "1.06",
"description": [ "description": [
"Return an array consisting of the largest numbers in the provided array. The array will contain 4 sub-arrays.", "Return an array consisting of the largest number from each provided sub-array. For simplicity, the provided array will contain exactly 4 sub-arrays.",
"Remember, you can iterate through an array with a simple for loop, and access each member with array syntax arr[i] .", "Remember, you can iterate through an array with a simple for loop, and access each member with array syntax arr[i] .",
"If you are writing your own Chai.js tests, be sure to use a deep equal statement instead of an equal statement when comparing arrays." "If you are writing your own Chai.js tests, be sure to use a deep equal statement instead of an equal statement when comparing arrays."
], ],