<script type="text/javascript"> var myArray=["Pluto", "Pippo", "Pappo"]; myArray.sort(); alert (myArray); </script>