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