MCQs > IT & Programming > Actionscript 3 > What's the outpu? var string1:String = 'Hello World'; var string2:String = 'Hello World'; if (string1 == string2) { trace('TRUE'); } else { trace('FALSE'); }

Actionscript 3 MCQs

What is the output of the following snippet? var string1:String = "Hello World"; var string2:String = "Hello World"; if (string1 == string2) { trace("TRUE"); } else { trace("FALSE"); }

Answer

Correct Answer: TRUE

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