Drukuj zmienną jako String JavaScript

const myvariable = "great";

const favePoem = "My text is."+myvariable+".";
Long Lynx