0 / 60 seg.

What will be the output of the console.log statement in the following code snippet?

let price = 9.99;
let quantity = 5;
console.log(`Total: $${price * quantity}`);