I know this is probably so simple but I have tried /s to get spaces between my words.document.write('You have been alive' + */s userMsDays /s* + 'days');
I have tried +''+ to have code output to one line document.write('<li><font color="red">emotional:</font></li>' + *''+ bioEmot +''*);
*/sand/s*supposed to be?/scan be used in regular expressions to denote a space character. I think that's where he got it from.