What is the result of the expression below?
let a = 0;
let b = -1;
let myString = 'The result of ${a} * ${b} is ${a * b}';
console.log(myString);
Tip: Those are not backticks.
What is the result of the expression below?
let a = 0;
let b = -1;
let myString = 'The result of ${a} * ${b} is ${a * b}';
console.log(myString);
Tip: Those are not backticks.
Create a free account to access the full topic