douchenozzle

Untitled

Nov 15th, 2020 (edited)
115,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var a = "yes "
  2. for(i = 0; i < 5; i++){
  3.     a = a + a
  4. }
  5. console.log(a);
Add Comment
Please, Sign In to add comment