let message = "Hello ";
let name = "george";
alert(message + "there " + name);