Guest User

Untitled

a guest
Nov 13th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. let x = 1;
  2. console.log(x);
  3.  
  4. //To use same letiable name
  5. let x = 2;
  6. console.log(x);
Add Comment
Please, Sign In to add comment