Function can be assigned to identiires at runtime. Assuming sampleVar equals true, what will be returned by the following function?
Submitted by: AdministratorCode:
function sampleFunction(sampleVar){
if(sampleVar==true){
return "true";
return "continue";
}
}
A. Nothing
B. true
C. undefined
D. continue
Submitted by: Administrator
function sampleFunction(sampleVar){
if(sampleVar==true){
return "true";
return "continue";
}
}
A. Nothing
B. true
C. undefined
D. continue
Submitted by: Administrator
Read Online Adobe Flash Job Interview Questions And Answers
Top Adobe Flash Questions
☺ | What is needed when using static text to have font outline embedded in SWF file? |
☺ | Tell the difference between indexed array and associative array? |
☺ | What is vector graphic animation? |
☺ | Which of the following is NOT a true statement about the Print action? |
☺ | You have a TextField selected on stage and would like to separate each letter into its own TextField. Which option under the Modify menu allows you to do this? |
Top Adobe Categories
☺ | Adobe Photoshop Interview Questions. |
☺ | Adobe Illustrator Interview Questions. |
☺ | Adobe Flash Interview Questions. |
☺ | Adobe Flex Actionscript Interview Questions. |
☺ | Photoshop Expert Interview Questions. |