SyntaxFix
Write A Post
Hire A Developer
Questions
See with the help of the following example if you can use literals and '$' sign in your case.
function doHomework(subject) { alert(\`Starting my ${subject} homework.\`); } doHomework('maths');