SyntaxFix
Write A Post
Hire A Developer
Questions
the best way to concat props/variables:
var sample = "test"; var result = `this is just a ${sample}`; //this is just a test