function ABC(title, s) { var tl = eval("`" + s + "`"); // string to template literal } var title= 'Title: ${title}'; // string ABC("ABC", title);