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.
The bonfire challenge states here:
However, one of the test cases submits only 1 array as an argument.