Guest User

Untitled

a guest
Jun 13th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. var name = "john";
  2. var age = 26;
  3. console.log(age)
  4. var job,ismarried;
  5. ismarried = true;
Add Comment
Please, Sign In to add comment