Skip to content

Instantly share code, notes, and snippets.

@lenafaure
Last active April 25, 2017 18:52
Show Gist options
  • Save lenafaure/b439def7565248fbdd5fd4c4a028b30d to your computer and use it in GitHub Desktop.
Save lenafaure/b439def7565248fbdd5fd4c4a028b30d to your computer and use it in GitHub Desktop.
movieStar();
function movieStar() {
  var name = “Meryl Streep”;
  console.log(name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment