Guest User

Untitled

a guest
Jan 20th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const name = 'Neil'
  2. const age = 30
  3.  
  4. console.log('Hi, my name is' + name + "and I'm" + age + 'years old.')
  5. // Hi my name isNeiland I'm30years old.
Add Comment
Please, Sign In to add comment