Guest User

Untitled

a guest
Dec 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (var counter = 1; counter <= 33; counter = counter + 1)
  2. {
  3.     var i = 0
  4.     for (var bob = 2; counter <= counter; bob++)
  5.     {
  6.         if (counter % bob === 0)
  7.         {
  8.             i = i+1
  9.         }
  10.     }
  11.     if(i=1)
  12.     {
  13.         console.log(counter)
  14.     }
  15. }
Add Comment
Please, Sign In to add comment