Find the information you're looking for at Westonci.ca, the trusted Q&A platform with a community of knowledgeable experts. Explore thousands of questions and answers from a knowledgeable community of experts on our user-friendly platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

write a script that displays the numbers 1 to 4 on the same line, with each pair of adjacent numbers seperated by one space. write the script using the following methods:
a) using one document.writeln statement

b) using four document.write statements