ProdanTenev

Numbers 1 to 5

Mar 18th, 2022
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.10 KB | None | 0 0
  1. function nums1to5() {
  2.     for (let num = 1; num <= 5; num++) {
  3.         console.log(num);
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment