MCQs > IT & Programming > JavaScript > What will be the value of 'mystring' variable when the following code is executed? var fruits = ['Banana', 'Orange', 'Apple', 'Mango']; fruits.pop(); var mystring = fruits.join(' * ');

JavaScript MCQs

What will be the value of "mystring" variable when the following code is executed? var fruits = ["Banana", "Orange", "Apple", "Mango"]; fruits.pop(); var mystring = fruits.join(" * ");

Answer

Correct Answer: Banana * Orange * Apple

Explanation:

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

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it