Guest User

Untitled

a guest
Feb 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. var x = 0;
  2. while(x < 5) {
  3. console.log(x); // Warning! do not try this at home
  4. }
Add Comment
Please, Sign In to add comment