template strings
var name = "Will"; var thing = "party"; var greet = `my name is ${name} and I like to ${thing}`; //no need for /n for new line