Guest User

Untitled

a guest
Oct 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (var i =10; i>= 1; i--)
  2. {
  3.     console.log(i);
  4.    
  5. }
  6.  
  7. if (i===0)
  8. {
  9.         console.log("Blast Off!");
  10. }
Add Comment
Please, Sign In to add comment