missed a conflict during a merge

pull/98/head
Michael Q Larson 2015-02-14 16:30:15 -08:00
parent 5cc5623648
commit c7b1668dcd
1 changed files with 0 additions and 7 deletions

View File

@ -209,17 +209,10 @@
]
},
{
<<<<<<< HEAD
"_id": "a39963a4c10bc8b4d4f06d7e",
"name": "Seek and Destroy",
"difficulty": "1.60",
"description": [
=======
"_id":"a39963a4c10bc8b4d4f06d7e",
"name":"Seek and Destroy",
"difficulty":"1.60",
"description":[
>>>>>>> master
"Remove all values (last argument(s)) from an array (first argument) and return as a new array."
],
"challengeSeed": "function destroyer(arr) {\n // Remove all the values\r\n return arr;\r\n}\n\ndestroyer([1, 2, 3, 1, 2, 3], 2, 3);",