Question from the Javascript test

Archived

Which call(s) to the following function returnstrue?

function isAFooBar(str) {
  return !!str.match(/^fo+(bar|baz)/);
}
Author: Jean-marie CléryStatus: Archived(New question!)Question passed 602 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!