Create two files, one named first.html and the other named first.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!
The lines will display all at once for this assignment.
Use comments and lay the code out so it can be
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!
The lines will display all at once for this assignment.
Use comments and lay the code out so it can be