Expressions

Report a typo

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.

Select one option from the list
___

Create a free account to access the full topic