how can used to Output all values in an array with a specific separator code example Example: js array join ['h', 'e', 'y'].join('') // hey