Skip to content

Instantly share code, notes, and snippets.

@cassiozen
Created November 29, 2018 00:29
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 cassiozen/18a28bbb05e40fd3e0cb228453a7d6ab to your computer and use it in GitHub Desktop.
Save cassiozen/18a28bbb05e40fd3e0cb228453a7d6ab to your computer and use it in GitHub Desktop.
const movie1 = {
name: "Back to the Future",
rating: 5,
director: "Bob Zemeckis"
}
const movie2 = {
name: "Star Wars: Episode IV - A New Hope",
rating: 5,
director: "George Lucas"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment