Skip to content

Instantly share code, notes, and snippets.

@florentinH
Created March 13, 2018 10:31
Show Gist options
  • Save florentinH/5f7a90337f42d8ce348ae6982fb0413c to your computer and use it in GitHub Desktop.
Save florentinH/5f7a90337f42d8ce348ae6982fb0413c to your computer and use it in GitHub Desktop.
let customer = { city: "toulouse", age: 26 }
const dateOfBirth = "20/04/91"
const sentence = `"J'habite à ${customer.city}, j'ai ${customer.age} ans et je suis né(e) le ${dateOfBirth}"`
console.log(sentence)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment