Javascript Objects JavaScript DHTML



Exploring String



var sObj = new String();
var sTxt = sObj.concat("This is a ", "new string");
document.writeln(sTxt);