Answer:
var movie = {
name: "Avengers Endgame",
director: "Joe Russo",
composer: "Alan Silvestri",
cast: {
"Scarlett Johansson": "Black Widow",
"Chris Evans": "Captain America"
},
roleOf: function (name) {
if (typeof (this.cast[name]) !== 'undefined') {
return this.cast[name];
} else {
return "The actor is not part of this movie";
}
}
};
Explanation:
- Initialize the movie JSON (JavaScript Object Notation) having the name, director, composer and cast properties.
- Define a roleOf: function that has a name parameter.
- Check whether the selected is not equal to undefined and then return that name.
- Otherwise display this message: "The actor is not part of this movie".
<h2><em>1) By drawing a row in the table using the draw option.
</em></h2><h2><em>
</em></h2><h2><em>2) By using the insert option under the Table Tools tab.
</em></h2><h2><em>
</em></h2><h2><em>3) By designing the table with an added row using the Design tab.</em></h2><h2><em></em></h2><h2><em>HOPE IT HELPS (◕‿◕✿)</em></h2>
Answer: a)Recursive
Explanation: Recursive DNS( Domain Name System) is the server that support the DNS servers in authority.They help in the management of the load that gets produced by the requests from the user. The load is managed by splitting/distributing so that the website requests becomes supportive and load can be relieved.
Other options are incorrect because they don't revert with the query message for the DNS servers processing .Thus, the correct option is option(a).
False, that is not the name