SyntaxFix
Write A Post
Hire A Developer
Questions
Just use special `
`
var lyrics = 'Never gonna give you up'; var html = `<div>${lyrics}</div>`;
You can see more examples here.