#IT-6303
Awesome StudentQuestion • Web Systems Technologies

What is the result of the script below? <script> var n = ["Maria", "Isabella", "Georgina"]; nshift(); nunshift("Maria"); documentwrite ; </script>

Answer

Maria,Isabela,Georgina