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 Evaluations
developer avatar
Adrien
24/03/2022
string interpolation only works with string encolsed in `, but the code example uses " so there's a mistake.
developer avatar
Auteur anonyme
25/03/2022
Hello Adrien, I validated your fix on this question. Thank you !
developer avatar
Ahmed Lazhar
14/06/2022
String interpolation symbol is not yet fixed
developer avatar
Auteur anonyme
14/06/2022
Hello, this question is archived and should not be available. A new version was published here : https://welovedevs.com/app/fr/tests/-MvYoCZxB7y8BHO3dqDN/questions/d23cbd68-159e-4df2-97b9-df82c629c086/