- https://omotelewa.github.io/portfolio/
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) |