It seems like such a simple task, but no matter how I try, I cannot get proper spacing between my words. /s
does not seem to work for me. Here is an example of what I have attempted:
document.write('You have been alive' + */s userMsDays /s* + 'days');
Another method I tried was using `+''+` to output the code in a single line. For instance:
document.write('<li><font color="red">emotional:</font></li>' + *''+ bioEmot +''*);