MCQs > IT & Programming > JavaScript > What's the output? var str = /u/.exec('I am the best friend!'); console.log(str);

JavaScript MCQs

What will be the output of the following code snippet?

var str = /u/.exec("I am the best friend!");
console.log(str);


Answer

Correct Answer: null

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