how to combine strings with a separator in javascript code example Example: js array join ['h', 'e', 'y'].join('') // hey