Skip to content

Instantly share code, notes, and snippets.

@MattCrl
Created September 12, 2018 08:16
Show Gist options
  • Select an option

  • Save MattCrl/e4bd798cf6a7dbfebb563e91cd40320b to your computer and use it in GitHub Desktop.

Select an option

Save MattCrl/e4bd798cf6a7dbfebb563e91cd40320b to your computer and use it in GitHub Desktop.
const movieName = "Dikkenek";
const releasedYear = 2006;
const director = "Olivier Van Hoofstadt";
alert(`${movieName}, réalisé par ${director} est sorti en ${releasedYear}. Je viens d'me faire carjacker`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment