Clean up bonfire descriptions
This commit is contained in:
@ -198,7 +198,7 @@
|
|||||||
"name": "Mutations",
|
"name": "Mutations",
|
||||||
"difficulty": "1.12",
|
"difficulty": "1.12",
|
||||||
"description": [
|
"description": [
|
||||||
"Return true if the string in the second element of the array if the string in the first element contains it in any form."
|
"Return true if the string in the first element of the array contains the string in the second element in any form."
|
||||||
],
|
],
|
||||||
"challengeSeed": "function mutation(arr) {\n return arr;\n}\n\nmutation(['hello', 'hey']);",
|
"challengeSeed": "function mutation(arr) {\n return arr;\n}\n\nmutation(['hello', 'hey']);",
|
||||||
"tests": [
|
"tests": [
|
||||||
|
Reference in New Issue
Block a user