Guest User

Untitled

a guest
Jul 17th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Code to print the numbers from 1 to 100
  2. for (var i=1; i<=100; i++) {
  3.     console.log(+i);
  4. }
Add Comment
Please, Sign In to add comment