how to turn array into string javascri[t code example Example: js array to string var myArray = ['no','u']; var myString = myArray.toString();