What is the fastest method, to add a new value at the beginning of a string?
var mystr = "Doe"; mystr = "John " + mystr;
Wouldn't this work for you?
1.4m articles
1.4m replys
5 comments
57.0k users