Guest User

Untitled

a guest
Sep 21st, 2018
75
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 = "Thurins";
  2. let age = 30;
  3. const dateOfBirth = "09/97/1988";
  4.  
  5. let message = `J'habite à ${city}, j'ai ${age} ans et je suis né le ${dateOfBirth}`;
  6.  
  7. console.log(message);
Add Comment
Please, Sign In to add comment