js.l11 code example
Example: js.l11
this is an mordern javascript and use vary easy.
// EXAMPLE 1:
const Name = 'Dulon Mahadi';
const age = 23;
const print = `i am ${Name}, a ${age} years old young boy!`;
console.log(print);
// EXAMPLE 2:
console.log(`this is ES6 TAMPLEAT LITERAllS`); // `using back-tics`.
// EXAMPLE 3:
const many = `manner is just`;
console.log(many);
// Example 5:
console.log(`this is speacing and \n new line test`);
// Example 4:
// this is new in javascript mordern ES6. using backtics.