Great job! The toString() method turns an array into a comma-separated string. The same applies to join() if we don't give it a string as a separator.
toString()
join()
Don't we need a function to try that?