I know this question has been asked before, but other questions I saw were 5 years old. How can I format a string like this in modern Javascript ?
var x = str('My name is %x %y', 'john', 'walker');
I know this question has been asked before, but other questions I saw were 5 years old. How can I format a string like this in modern Javascript ?
var x = str('My name is %x %y', 'john', 'walker');