#IT-6303
Awesome StudentQuestion • Web Systems Technologies

What is the output of the script below? <script> var text1 = "Hello"; var text2 = "World!"; documentwrite(text1concat(" ",text2));

Answer

None of the choices