Ribadisco. join.

codice:
<script>
nome = "supremo";
array = nome.split("");
nome2 = array.join('');
alert(nome2);
</script>