Guest User

Untitled

a guest
Jun 25th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var i;
  2. for (i = 0; i < 2; i++){
  3.     console.log("i is now equal to "+ i);
  4. } else {
  5.     console.log("i is now equal to "+ i);
  6. }
Add Comment
Please, Sign In to add comment