MCQs > IT & Programming > Actionscript 3 > Read the following code: var str1:String = 'foobar'; var str2:String = 'helloWorld'; var str3:String = (str1.length > 5) ? str1 : str2; trace(str3); What will be the output?

Actionscript 3 MCQs

Read the following code: var str1:String = "foobar"; var str2:String = "helloWorld"; var str3:String = (str1.length > 5) ? str1 : str2; trace(str3); What will be the output?

Answer

Correct Answer: foobar

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Actionscript 3 Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it