Advertisement
GAMBRUSH

Untitled

Mar 30th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. for(var x = 0; x < 10; x++){
  2. const yey = "Loop" + x;
  3. }
  4. console.log(yey);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement