Merge pull request #696 from LumenTeun/lumenteun-mutations
Prevents incorrect solution to Mutations bonfire
This commit is contained in:
@ -526,7 +526,8 @@
|
||||
"expect(mutation(['zyxwvutsrqponmlkjihgfedcba', 'qrstu'])).to.be.true;",
|
||||
"expect(mutation(['Mary', 'Army'])).to.be.true;",
|
||||
"expect(mutation(['Mary', 'Aarmy'])).to.be.false;",
|
||||
"expect(mutation(['Alien', 'line'])).to.be.true;"
|
||||
"expect(mutation(['Alien', 'line'])).to.be.true;",
|
||||
"expect(mutation(['floor', 'for'])).to.be.true;"
|
||||
],
|
||||
"MDNlinks": [
|
||||
"Array.sort()"
|
||||
|
Reference in New Issue
Block a user