var y=21.5; document.write(y); var num = 10; document.write(num == 8); Hi guys, it's my first time here to ask question in this forum. I am currently studying the basics of javascript and i want to know how can i put a linebreak after an integer. I've already tried putting
inside and outside variable y and i still can't get my desired result. Here's the output of my code.