MCQs > IT & Programming > JavaScript > Which function determines whether the beginning of the paraml instance matches the param2?

JavaScript MCQs

Which of the following functions determines whether the beginning of the paraml instance matches the param2?

Answer

Correct Answer:

function (paraml, param2) {

return param2.startsWith(paraml)

};


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