Guest User

Untitled

a guest
Oct 2nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. let name = 'John';
  2. console.log(name) // John
  3.  
  4.  
  5. Here's another one
  6.  
  7. const otherName = 'Paul'
  8. console.log(otherName) // Paul
  9.  
  10. and another oneĀ ,
  11. let age = 16,
  12. console.log(age) //16
Add Comment
Please, Sign In to add comment