Create two files, one named second.html and the other named second.js
Write code to make 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
Makee 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.