Single Choice
Easy
QWhat would the following JavaScript code produce?
Correct Answer
Explanation
The match method searches the given string for matches. The output will be false since the character z is absent from the string.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic
Related MCQ Questions
Correct Answer
Explanation
The match method searches the given string for matches. The output will be false since the character z is absent from the string.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic