ASSIGNMENT 2

 

Using only the techniques from modules one and two, and chapters one through four of the textbook:

Create two files, one named second.html and the other named second.js

Write code to create a web page that uses a JavaScript program to output a NASA style count down:

                Ten
                Nine
               
                One
                Ignition Start
                Liftoff
                We have Liftoff!

Each line must be displayed as an alert

Create a generic function that outputs one line of the countdown as an alert, and receives the data to output as an input parameter.

Use that function to output each line of the countdown.

Each line, after the first line, must only be output when the user clicks “Ok” in response to the alert.

Use comments and lay the code out so it can be easily followed!

Each file in the assignment must have a comment at the top, using the correct commenting technique for the file type, like this:
                Your Name
                Your Student ID
                CST140
                Assignment 2

Test your program by opening the web page in your browser. You should see the NASA countdown displayed as a series of alerts (which are displayed one at a time in a popup window.) Click the OK button to display the next line in the countdown.
No text is required to be written directly to the browser window.

 

 

 

    • 12 years ago
    Complete A++ Solution
    NOT RATED

    Purchase the answer to view it

    • answer.zip