var dog = "The place to be";
string = dog.replace(' ','');
To trim just the first part use this next script
/javascript/trim-left-javascript-text/

var dog = "The place to be";
string = dog.replace(' ','');
To trim just the first part use this next script
/javascript/trim-left-javascript-text/