Html – How to prevent text jumping to new line when printing to div?
I've written a function for my little JavaScript project that prints text to a div akin to a dialog in an old-school game. I've included the code for this function in the snippet below, although I believe it's not really…