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