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