ProdanTenev

Numbers from 1 to 100

Feb 25th, 2022
858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.09 KB | None | 0 0
  1. function numsHundred() {
  2.     for (let i = 1; i <= 100; i++) {
  3.         console.log(i);
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment