2010-10-25 04:27:10 UTC
document.write('Why is it doing this\n');
document.write('Hello');
It just puts a space between what come next like this:
Why is it doing this Hello
instead of:
Why is it doing this
Hello
I'm not very experienced and I could be missing something obvious, so nice answers would help, thanks.