Skip to content

Instantly share code, notes, and snippets.

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 MkLHX/d8d8b6027df0d02edeba6a8766b409a4 to your computer and use it in GitHub Desktop.
Save MkLHX/d8d8b6027df0d02edeba6a8766b409a4 to your computer and use it in GitHub Desktop.
let movie = "Matrix";
let releaseDate = new Date(99,2,31);
let director = "The Wachowski Brothers";
alert(movie+" is my favorite movie, it's directed by "+director+" and released the "+releaseDate.toLocaleDateString("fr-FR"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment