Guest User

Untitled

a guest
Mar 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. let city = "Bordeaux"
  2. let age = 29
  3. const dateofbirthday = 1989;
  4.  
  5. let sentence = `I have ${age} ans, I was born in ${dateofbirthday} . Now, i live in ${city} .`
  6.  
  7. console.log(sentence);
Add Comment
Please, Sign In to add comment