Skip to content

Instantly share code, notes, and snippets.

@MartinsAlexandre
Last active March 7, 2018 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinsAlexandre/76dfd4c5c042124e621a68338ce95d76 to your computer and use it in GitHub Desktop.
Save MartinsAlexandre/76dfd4c5c042124e621a68338ce95d76 to your computer and use it in GitHub Desktop.
<script>
let city = "La Loupe, ou pas !";
let age = "26";
const dateOfBirth = "03/08/1991";
let sentence = `J'habite à ${city}, j'ai ${age} ans, et je suis né le ${dateOfBirth}`
console.log(sentence);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment