Guest User

Untitled

a guest
Jul 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. var x = 1;
  2.  
  3. var y = (
  4. x +
  5. 2);
  6.  
  7. console.log(y);
Add Comment
Please, Sign In to add comment