2. Generating output


        There are certain times that you need to generate output based on your JavaScript code. For example, you convert the value of temperature from Celsius to Fahrenheit and let the user see the result. There are several ways you can use to generate output from your code.