What is displayed when the following code is executed?
alert("Hello" + " " + "World!");
World
HelloWorld
Hello
Hello World