Page 1 of 1

Please provide response in Javascript. Display the movie's composer. var movie = { // Code will be tested with a differe

Posted: Mon Jun 06, 2022 2:13 pm
by answerhappygod
Please provide response in Javascript.
Display the movie's composer.
var movie = { // Code will be tested with a different
movie
name: "The Lord of the Rings: The Fellowship of the
Ring",
director: "Peter Jackson",
composer: "Howard Shore",
cast: {
"Elijah Wood": "Frodo
Baggins",
"Sean Astin": "Samwise
Gamgee",
"Ian McKellen": "Gandalf",
"Viggo Mortensen": "Aragorn",
"Orlando Bloom": "Legolas",
"Christopher Lee": "Saruman"
}
};
/* Your solution goes here */