const name = "world";
const message = `Hello ${name}`;
console.log(message);
Output:
Hello world
Github link : https://github.com/adi501/JavaScriptExamples.git
Output:
Hello world
Github link : https://github.com/adi501/JavaScriptExamples.git
Output:
this is a
multiline string
example
Github link : https://github.com/adi501/JavaScriptExamples.git