MCQs > IT & Programming > JavaScript > What's the output? var str = 'Example, JavaScript, Test'; var res = str.substring(6,15); document.write(res);

JavaScript MCQs

Find the output of the following JavaScript code.

var str = "Example, JavaScript, Test";
var res = str.substring(6,15);
document.write(res);


Answer

Correct Answer: e, JavaSc

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