Answers

Question and Answer:

  Home  Adobe Flash

⟩ Whitch of the following of code will return "Video" from the following code block?

Code:

aThing = new Object();

aThing.mediatype = "Video";

aThing.format = "DVD";

aThing.getMediaType = function(){

return this.mediatype;

}

A. aThing.getMediaType

B. aThing.getMediaType();

C. aThing.getMediaType{};

D. aThing(getMediaType);

 225 views

More Questions for you: