const hello: String = "Hello"; const world: String = "World"; const location: String = "From Earth!" console.log(hello + " " + world + " " + location);