Question from the Javascript - Fundamentals test

Archived

What does the following code display?

 let title = 'Les Misérables'; 
 let author = 'Victor Hugo'; 
const description = "Happy reading of ${title} written by "+author; 
console.log(description); 
Author: KahinaStatus: Archived(New question!)Question passed 3 times
-1
Community EvaluationsNo one has reviewed this question yet, be the first!