Skip to content

Instantly share code, notes, and snippets.

View omotelewa's full-sized avatar

Marian Rahman omotelewa

View GitHub Profile
@omotelewa
omotelewa / questions.js
Created January 2, 2019 19:16
questions
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)