What is the output of the below JavaScript?
var patt1 = new RegExp("e");
alert(patt1.test("This is an example"));
Reveal answer
Fill a bubble to check yourself
What is the output of the below JavaScript?
var patt1 = new RegExp("e");
alert(patt1.test("This is an example"));