Skip to content

Instantly share code, notes, and snippets.

@TheCodingLady
Created March 20, 2018 21:49
Show Gist options
  • Save TheCodingLady/898364449bc5dc10f3e6a32a04f46e20 to your computer and use it in GitHub Desktop.
Save TheCodingLady/898364449bc5dc10f3e6a32a04f46e20 to your computer and use it in GitHub Desktop.
QUETE JS-ES6
let ville = "La Loupe";
let âge = 40;
const dob = "27th February 1978";
let sentence = `J'habite à ${ville}, j'ai ${âge} ans et je suis née le ${dob}.`
console.log(sentence)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment