Completion requirements
View
1. Introduction
After completing this module, you are expected to:
- Differentiate the different I/O statements of JavaScript
- Apply the different I/O statement of JavaScript
In the previous lesson, we use the document.write(); in order to output information on the browser. This is also one of the different ways to output results in JavaScript. In this lesson, you will be able to encounter the 4 input/output statements used in JavaScript. Each of them has its own purpose and can be used for specific reasons.