Hello there

Hello

input.hello = 'Hello '

World

input.world = 'World!'

togetherAgain

console.log(input.hello + input.world)