Guest User

Untitled

a guest
May 20th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. var i;
  2. for (i=2;i>0;i-- ) {
  3. console.log( "i is now equal to " + i );
  4. };
  5. console.log( "i is now equal to " + i );
Add Comment
Please, Sign In to add comment