Imprima variável como javascript de string
const myvariable = "great";
const favePoem = "My text is."+myvariable+".";
Long Lynx
const myvariable = "great";
const favePoem = "My text is."+myvariable+".";