Tell us what’s happening:
Describe your issue in detail here.
Your code so far
let ohStr = "Ohhh no";
let ohRegex = /change/; // Change this line
let result = ohRegex.test(ohStr);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 YaBrowser/23.11.0.0 Safari/537.36
Challenge Information:
Regular Expressions - Specify Upper and Lower Number of Matches
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/regular-expressions/specify-upper-and-lower-number-of-matches`let ohStr = “Ohhh no”;
let ohRegex = /oh{3,6}\sno/i; // Change this line
let result = ohRegex.test(ohStr);`
There is nothing incomprehensible here, why indicate in the standard form, but why not just o? why specify such a sn entry? why not only with?