Adobe Flash Question:
Download Questions PDF

What is the key problem with the following line of code?

Answer:

Code:
aThing = {type:"Monster", teeth:250, bloodtype:K, getName:function(){return this.bloodtype;}};



A. It will return an error.
B. .It wastes memory
C. The object will go out of scope as soon as it executes
D. The syntax will become difficult to read as additional complexity is added.

Download Adobe Flash Interview Questions And Answers PDF

Previous QuestionNext Question
Which is NOT a benefit when adding a title in the Document Properties?Whitch of the following of code will return "Video" from the following code block?