Hard
Which call(s) to the following function returnstrue
?
function isAFooBar(str) {
return !!str.match(/^fo+(bar|baz)/);
}
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Javascript