console.log("Starting...."); var c; console.log(c); var d = 55; // template literal `..` console.log(`My answer is ${d}`); var myStr = 'Hello World'; var x = 10; var y = 20; console.log(`Translate(${x}, ${y})`);