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?

14 Answers
14

Leave a Reply

Your email address will not be published. Required fields are marked *