Function can be assigned to identiires at runtime. Assuming sampleVar equals true, what will be returned by the following function?

Submitted by: Administrator
Code:
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