Hi, this is about exercise no. 8 on “Console.log & variables” exercises.
The solution says:
console.log(The rectangle is ${length} cm long and ${width} cm wide.
);
but when I try that solution, it doesn’t work for me:
I did this solution instead:
I wonder why it didn’t work although I managed to do it correctly? Because the academy’s solution takes less time.
Thanks!