Answers

Question and Answer:

  Home  Adobe Flash

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

Code:

function sampleFunction(sampleVar){

if(sampleVar==true){

return "true";

return "continue";

}

}

A. Nothing

B. true

C. undefined

D. continue

 208 views

More Questions for you: