SyntaxFix
Write A Post
Hire A Developer
Questions
var mystr = "Doe"; mystr = "John " + mystr;
Wouldn't this work for you?