SyntaxFix
Write A Post
Hire A Developer
Questions
if you are using ES6, the you should use the Template literals.
//you can do this let sentence = `My name is ${ user.name }. Nice to meet you.`
read more here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals