Created
January 2, 2019 19:16
-
-
Save omotelewa/19a23fe0f7fc53dea9ce62d7c760c7b3 to your computer and use it in GitHub Desktop.
questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var question = { | |
question: "what was the name of the first disney movie ever made?", | |
answer: "Snow White and the Seven Dwarfs", | |
question: "In what year was the first Disney movie releasaed?", | |
Answer: "The first Disney movie was release in In 1937.", | |
question: "What type of movie was the first DIsney movie?", | |
Anawer: "It was an animated movie.", | |
} | |
concole.log (question[].answer) | |
{ | |
question: "Who is Mary Poppins?"?, | |
answer: "A movie Star.", | |
question: "What is First Mary Poppin's real name?", | |
answer: "Julie Andrews.", | |
question: "When was Mary Poppins Release?", | |
answer: "Mary Poppins was releasaed in 1964.", | |
question:"Who was Mary Poppins based on?", | |
answer: "Mary Poppins was based on Pamela Lyndon Travers.", | |
} | |
concole.log (question[].answer) | |
{ | |
question: "What year was the Lion King Released?", | |
answer: "July 19, 2019.", | |
question: "Name 3 cast members and their roles in the Lion King Movie?", | |
answer: "Donald Glover as Simba, James Al Jones as Musafa and Billy Eschiner as Timon.", | |
question: "How many Lion King MOvies are there?", | |
answer: "There are 3.", | |
question: "What or who inspired the story of the Lion King?", | |
answer: "The story of the Lion King was inspired by the lives of Joseph and Moses, from the Bible, and William Shakespeare's Hamlet.", | |
} | |
concole.log (question[].answer) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment