string.format equivalent in typescript code example
Example: typescript format string
var yourMessage = `Your text ${yourVariable} your text continued ${yourExpression} and so on.`
var yourMessage = `Your text ${yourVariable} your text continued ${yourExpression} and so on.`