What is the result of the following code?
"Hello".concat(" ", "World");
"Hello World"
"Hello"
" HelloWorld"
"World"