s = \'hello %s, how are you doing\' % (my_name)
That\'s how you do it in python. How can you do that in javascript/node.js?
Try sprintf in JS or you could use this gist