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