The bonfire challenge states here: > Create a function that takes **two or more arrays** and returns an array of the symmetric difference of the provided arrays. However, one of the test cases submits _only 1_ array as an argument.